index
:
speak
master
SPO256-AL2 based Text-to-Speech Network Services
GIT Owner
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sdk
/
bin
/
rootsudo
blob: 3ff65f16fefcb34277159dff5b57d9b2bdcd05fb (
plain
)
1
2
3
4
5
6
#!/bin/sh
if
[
-f
/etc/sudo.conf
]
;
then
sudo
root
$*
else
su
root
-c
"
$*
"
fi