diff options
Diffstat (limited to 'layout/rootfs/root/.execline-shell')
-rwxr-xr-x | layout/rootfs/root/.execline-shell | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/rootfs/root/.execline-shell b/layout/rootfs/root/.execline-shell new file mode 100755 index 0000000..e919b11 --- /dev/null +++ b/layout/rootfs/root/.execline-shell @@ -0,0 +1,3 @@ +#!/command/execlineb -S0 +export PS1 "${USER}@%%HOSTNAME%%:${PWD} # " +/bin/ash $@ |