snorkage
authorFred T. Hamster <fred@gruntose.com>
Tue, 17 Dec 2024 01:36:33 +0000 (20:36 -0500)
committerFred T. Hamster <fred@gruntose.com>
Tue, 17 Dec 2024 01:36:33 +0000 (20:36 -0500)
scripts/customize/fred/scripts/jobby/archive_testingler.sh [new file with mode: 0644]

diff --git a/scripts/customize/fred/scripts/jobby/archive_testingler.sh b/scripts/customize/fred/scripts/jobby/archive_testingler.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"
+