repo.or.cz
/
hband-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PMbwmon bandwidth monitor: can specify which interfaces to watch, also supporting...
[hband-tools.git]
/
tests
/
takeown
/
chown
blob
b120ab36ffc8969d189a438ea3b9b360bc5064ec
1
#!/bin/sh
2
3
# Please setup sudo to let you (you running the
4
# tester process) run 'chown' on test files.
5
6
echo
SUDO CHOWN
"$@"
>&
2
7
exec
sudo chown
"$@"