1 2 3 4 5 6 7 8 9 10 11
#!/bin/bash if [ ! -z "$1" ] then ak-zblock-show "$1" > $AK_ZBLOCKDIR/$1 exit 0 else echo not ok exit 1 fi