6 lines
65 B
Bash
6 lines
65 B
Bash
#!/bin/bash
|
|
|
|
if [ sh exitzero.sh ]
|
|
then
|
|
echo "hello world"
|
|
fi
|