Latest version
This commit is contained in:
parent
e3a2efdb43
commit
eb0aab1613
17 changed files with 815 additions and 328 deletions
4
own
4
own
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
# Simple program that changes ownership to the current
|
||||
# user, recursively.
|
||||
|
||||
|
|
@ -14,4 +14,4 @@ then
|
|||
exit 2
|
||||
fi
|
||||
|
||||
sudo chown -R $(whoami):$(whoami) $@
|
||||
sudo chown -R $(whoami):$(whoami) "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue