6 lines
63 B
Bash
6 lines
63 B
Bash
#!/bin/sh
|
|
|
|
[ -z "$SUSHELL" ] && SUSHELL=/bin/sh
|
|
|
|
exec $SUSHELL
|