summaryrefslogtreecommitdiff
path: root/layout/rootfs/etc/execline-shell
diff options
context:
space:
mode:
Diffstat (limited to 'layout/rootfs/etc/execline-shell')
-rwxr-xr-xlayout/rootfs/etc/execline-shell17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/rootfs/etc/execline-shell b/layout/rootfs/etc/execline-shell
new file mode 100755
index 0000000..41e63b4
--- /dev/null
+++ b/layout/rootfs/etc/execline-shell
@@ -0,0 +1,17 @@
+#!/command/execlineb -S0
+
+backtick -n defaulthome
+{
+ if -nt
+ {
+ backtick -n defaultuser { id -un }
+ import -u defaultuser
+ import -D $defaultuser USER
+ redirfd -w 2 /dev/null
+ homeof ${USER}
+ }
+ s6-echo /
+}
+import -u defaulthome
+import -D $defaulthome HOME
+${HOME}/.execline-shell $@