Removed incomplete blocks
This commit is contained in:
parent
a5c92746ed
commit
79afccbb80
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
case "$1" in
|
|
||||||
1) ;;
|
|
||||||
2) ;;
|
|
||||||
3) ;;
|
|
||||||
esac
|
|
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
if [ "$1" = 1 ] ; then
|
|
||||||
echo ""
|
|
||||||
else
|
|
||||||
echo ""
|
|
||||||
fi
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
case "$1" in
|
|
||||||
1|2|3) ;;
|
|
||||||
esac
|
|
Loading…
Reference in a new issue