Hello,
It is possible to have a zsh/bash and execlineb syntax on the same file?
For example :
#!/bin/execlineb -P
if [ -d /run/example ]; then
s6-mkdir -m 0755 /run/example
fi
or
#!/bin/execlineb -P
if { s6-test -d /run/example }
mkdir -m 0755 /run/example
Regards
--
Eric Vidal <eric_at_obarun.org>
Received on Sun May 01 2016 - 05:45:09 UTC