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