repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 18 12:20:32 UTC 2012
[aur-mirror.git]
/
gadmin-sshd
/
gadmin-sshd-menu
blob
fd9f97878f924de8373d12c6eb860f059c8e838a
1
#!/bin/bash
2
if
[[
-f
/
usr
/
bin
/
gksu
]];
then
3
gksu
/
usr
/
sbin
/
gadmin-sshd
4
else
5
/
usr
/
sbin
/
gadmin-sshd
6
fi