42-archive/42sh/sample/condition.sh
2017-01-24 18:08:32 +01:00

6 lines
65 B
Bash

#!/bin/bash
if [ sh exitzero.sh ]
then
echo "hello world"
fi