aboutsummaryrefslogtreecommitdiffstats
path: root/examples/etc/execline-shell
blob: 4e81ac083af378579d593a333c073fec1cc4183d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/execlineb -S0

backtick -nE defaulthome
{
  if -nt
  {
    backtick -nE defaultuser { id -un }
    importas -SD $defaultuser USER
    redirfd -w 2 /dev/null
    homeof ${USER}
  }
  s6-echo /
}
importas -SD $defaulthome HOME
tryexec { ${HOME}/.execline-shell $@ }
/bin/sh $@