copy codes to safekeeping storage
authorChris Koeritz <fred@gruntose.com>
Sun, 28 Jan 2024 19:07:40 +0000 (14:07 -0500)
committerChris Koeritz <fred@gruntose.com>
Sun, 28 Jan 2024 19:07:40 +0000 (14:07 -0500)
scripts/customize/fred/scripts/jobby/mirror_codes.sh [new file with mode: 0644]

diff --git a/scripts/customize/fred/scripts/jobby/mirror_codes.sh b/scripts/customize/fred/scripts/jobby/mirror_codes.sh
new file mode 100644 (file)
index 0000000..c422492
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# get the uva codes.
+mkdir -p ~/data/code_depot/uva_codes/
+rsync -avz --del cak0l@clambook:apps/*  ~/data/code_depot/uva_codes/
+