aboutsummaryrefslogtreecommitdiffstats
path: root/usr/sbin/sushell
blob: 7d96941687f21ef13d64fe219824ae0b6698ecd3 (plain)
1
2
3
4
5
#!/bin/bash

[ -z "$SUSHELL" ] && SUSHELL=/bin/bash

exec $SUSHELL