7 lines
70 B
Bash
7 lines
70 B
Bash
|
#!/bin/dash
|
||
|
if [ "$1" = 1 ] ; then
|
||
|
echo ""
|
||
|
else
|
||
|
echo ""
|
||
|
fi
|