removed temp files and better naming
authorFred Hamster <fred@gruntose.com>
Tue, 17 Dec 2024 15:08:43 +0000 (10:08 -0500)
committerFred Hamster <fred@gruntose.com>
Tue, 17 Dec 2024 15:08:43 +0000 (10:08 -0500)
scripts/customize/fred/scripts/jobby/archie_grabber_uva.sh
scripts/customize/fred/scripts/jobby/archive_testingler.sh [deleted file]
scripts/customize/fred/scripts/jobby/testingler_makes_archives.sh [new file with mode: 0644]

index 9703adc154bd6d4175b24fffe212edce578f5634..e724ea36dcc75a4e30af74d1f27bc3e729393525 100644 (file)
@@ -90,7 +90,7 @@ uva_strider "$ARCHIVE_SNAGGER_COMMAND" "$DATA_GRAVE_SHUFFLE_COMMAND" "$LOCAL_CLE
 ################
 
 # clean-up for our own script here...
-#rm "$ARCHIVE_SNAGGER_COMMAND" "$DATA_GRAVE_SHUFFLE_COMMAND" "$LOCAL_CLEANER_COMMAND"
+rm "$ARCHIVE_SNAGGER_COMMAND" "$DATA_GRAVE_SHUFFLE_COMMAND" "$LOCAL_CLEANER_COMMAND"
 
 ################
 
diff --git a/scripts/customize/fred/scripts/jobby/archive_testingler.sh b/scripts/customize/fred/scripts/jobby/archive_testingler.sh
deleted file mode 100644 (file)
index 15fccde..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env bash
-
-# just create an archive dir for testing our grabber.
-
-NONSENSE_SCRIPT="$HOME/testingly_tingler.txt"
-
-function date_stringer() { local sep="$1"; shift; if [ -z "$sep" ]; then sep='_'; fi; date +"%Y$sep%m$sep%d$sep%H%M$sep%S" | tr -d '/\n/'; }
-
-cat "$0" > "$NONSENSE_SCRIPT"
-export archdir="z_archies_${RANDOM}"; mkdir -p "$archdir"; cp "$NONSENSE_SCRIPT" "$archdir/blarghy_script_$(date_stringer).txt"
-rm "$NONSENSE_SCRIPT"
-
diff --git a/scripts/customize/fred/scripts/jobby/testingler_makes_archives.sh b/scripts/customize/fred/scripts/jobby/testingler_makes_archives.sh
new file mode 100644 (file)
index 0000000..15fccde
--- /dev/null
@@ -0,0 +1,12 @@
+#!/usr/bin/env bash
+
+# just create an archive dir for testing our grabber.
+
+NONSENSE_SCRIPT="$HOME/testingly_tingler.txt"
+
+function date_stringer() { local sep="$1"; shift; if [ -z "$sep" ]; then sep='_'; fi; date +"%Y$sep%m$sep%d$sep%H%M$sep%S" | tr -d '/\n/'; }
+
+cat "$0" > "$NONSENSE_SCRIPT"
+export archdir="z_archies_${RANDOM}"; mkdir -p "$archdir"; cp "$NONSENSE_SCRIPT" "$archdir/blarghy_script_$(date_stringer).txt"
+rm "$NONSENSE_SCRIPT"
+