X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=spri.sh;h=d0a4618bd43c911749bbe0861508f52f4bc131a7;hb=0e987d609e824f759b76a0c6956564049c12520a;hp=4fea5d0283bc566323f9b775ff6c8e5e05b01e2e;hpb=cbd1a853acf0cd2feb3cf359b98d80694dec7ca9;p=16.git diff --git a/spri.sh b/spri.sh index 4fea5d02..d0a4618b 100755 --- a/spri.sh +++ b/spri.sh @@ -5,7 +5,7 @@ if [ ! -f "$1".vrs ] && [ -f "$1".vrl ] && [ -f "$1".sht ]; then echo "$1".vrs created # echo "1st condition ok!" fi -if [ -f "$1".sht ]; then +if [ -f "$1".vrl ] && [ -f "$1".sht ]; then ../../pcxsscut -s "$1".sht -hc "$1".h -hp _"$1"_ -i ../"$1".pcx -p "$1".pal -tc 0x"$2" -y # echo "2nd condition ok!" else