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 <e...@obarun.org>

Reply via email to