aboutsummaryrefslogtreecommitdiffstats
path: root/subv.sh
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2021-10-10 18:55:51 +0000
committers-ol <s+removethis@s-ol.nu>2021-10-10 18:55:51 +0000
commit9d02be627e041fad1df24e78a3041cb33fbbbd39 (patch)
tree9a25c85155616180dae861f0f14a26f7c13ca6df /subv.sh
parentfix bswapw, print_hex_word (diff)
downloadsubv-9d02be627e041fad1df24e78a3041cb33fbbbd39.tar.gz
subv-9d02be627e041fad1df24e78a3041cb33fbbbd39.zip
add optional strings stage
Diffstat (limited to 'subv.sh')
-rwxr-xr-xsubv.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/subv.sh b/subv.sh
index feb7f6c..888865d 100755
--- a/subv.sh
+++ b/subv.sh
@@ -20,8 +20,10 @@ msg() {
msg "OUTPUTTING TO $BASE.*"
+msg UNSTRINGING...
+./strings.py <"$INPUT" >"$BASE.string"
msg VALIDATING...
-./validate.py <"$INPUT" >"$BASE.valid"
+./validate.py <"$BASE.string" >"$BASE.valid"
msg SURVEYING...
./survey.py <"$BASE.valid" >"$BASE.survey"
msg FORMATTING...