Removed incomplete blocks

This commit is contained in:
Ashish Kumar Yadav 2020-07-27 00:59:37 +05:30
parent a5c92746ed
commit 79afccbb80
3 changed files with 0 additions and 16 deletions

View file

@ -1,6 +0,0 @@
#!/bin/sh
case "$1" in
1) ;;
2) ;;
3) ;;
esac

View file

@ -1,6 +0,0 @@
#!/bin/sh
if [ "$1" = 1 ] ; then
echo ""
else
echo ""
fi

View file

@ -1,4 +0,0 @@
#!/bin/sh
case "$1" in
1|2|3) ;;
esac