pandamasta

Untitled

Oct 28th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1.           ARGC=0
  2.             for i in ${OPTARG}; do
  3.                  ARGC=`expr $ARGC + 1`
  4.                  echo $j
  5.             done
  6.             if [ $ARGC != 2 ] ;then echo "[ERROR] Wrong parametter numbers" ; exit 1;fi
Advertisement
Add Comment
Please, Sign In to add comment