diff options
Diffstat (limited to 'usr/local/bin/pinyshell')
-rwxr-xr-x | usr/local/bin/pinyshell | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/local/bin/pinyshell b/usr/local/bin/pinyshell new file mode 100755 index 0000000..0db88a8 --- /dev/null +++ b/usr/local/bin/pinyshell @@ -0,0 +1,5 @@ +#!/bin/sh +cd /srv/rbin +export PATH=/srv/rbin + +exec /bin/rbash "$@" |