1 2 3 |
echo >/tmp/tst.sh '#!/usr/bin/printf foo bar'
chmod a+x /tmp/tst.sh
/tmp/tst.sh
|
Pastie
Support Pastie
or read my
Pastie << self
blog
1 2 3 |
echo >/tmp/tst.sh '#!/usr/bin/printf foo bar'
chmod a+x /tmp/tst.sh
/tmp/tst.sh
|