1
0
Fork 0
penny/test/example.sh

9 lines
82 B
Bash

for i in 0..3
do
echo "i = $i"
done
if [[ true ]]; then
echo "Truth!"
fi