Universal-Inject-Generator/go.sh

7 lines
221 B
Bash
Raw Permalink Normal View History

2015-11-06 02:51:04 +00:00
#!/bin/bash
2015-11-08 15:20:37 +00:00
if [ -e input/hs.app ]
then for x in input/*.cia; do . tools/process.sh $x input/hs.app; done
else printf "ERROR: hs.app not found\nPlease generate hs.app with Decrypt9 and put it into the input folder\n"
fi