aboutsummaryrefslogtreecommitdiff
path: root/layout/rootfs/etc/execline-shell
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-05-22 21:56:04 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-05-22 21:56:04 +0000
commit82d0f92ab8b84466ae20ab919c1f9c3577b5cecb (patch)
tree776015ae6c6a386125b2d39e13b62f91b99548f8 /layout/rootfs/etc/execline-shell
downloadlh-bootstrap-82d0f92ab8b84466ae20ab919c1f9c3577b5cecb.tar.xz
Initial commit
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 $@