First versions of the binaries and source file.
This commit is contained in:
parent
d2630d6e4f
commit
1dfda10ddc
11 changed files with 742 additions and 0 deletions
4
own
Executable file
4
own
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
# Simple program that changes ownership to the current
|
||||
# user, recursively.
|
||||
sudo chown -R $(whoami):$(whoami) $1
|
||||
Loading…
Add table
Add a link
Reference in a new issue