aboutsummaryrefslogtreecommitdiffstats
path: root/src/sushell
diff options
context:
space:
mode:
Diffstat (limited to 'src/sushell')
-rwxr-xr-xsrc/sushell5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sushell b/src/sushell
new file mode 100755
index 00000000..7d969416
--- /dev/null
+++ b/src/sushell
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+[ -z "$SUSHELL" ] && SUSHELL=/bin/bash
+
+exec $SUSHELL