bash < execline > bash

From: Eric Vidal <eric_at_obarun.org>
Date: Sun, 1 May 2016 09:45:09 +0400

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

This archive was generated by hypermail 2.3.0 : Sun May 09 2021 - 19:38:49 UTC