new script creates the disc mgt hierarchy
authorChris Koeritz <fred@gruntose.com>
Tue, 13 Dec 2016 22:21:49 +0000 (17:21 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 13 Dec 2016 22:21:49 +0000 (17:21 -0500)
customize/fred/scripts/create_disco_dirs.sh [new file with mode: 0644]

diff --git a/customize/fred/scripts/create_disco_dirs.sh b/customize/fred/scripts/create_disco_dirs.sh
new file mode 100644 (file)
index 0000000..ff273ba
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+
+mkdir $HOME/disco
+pushd $HOME/disco &>/dev/null
+mkdir -p burn converted grind rip
+popd &>/dev/null
+