added workshop to list of disco dirs
authorChris Koeritz <fred@gruntose.com>
Wed, 25 May 2022 12:24:28 +0000 (08:24 -0400)
committerChris Koeritz <fred@gruntose.com>
Wed, 25 May 2022 12:24:28 +0000 (08:24 -0400)
scripts/customize/fred/scripts/rip_burn/create_disco_dirs.sh

index ff273ba8f299eb28613e8ec3a057cdfa9caabbc5..ea0c2d008c4183817f62d88b36e5b81bc7b93c0d 100644 (file)
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 
-mkdir $HOME/disco
+mkdir -p $HOME/disco
 pushd $HOME/disco &>/dev/null
-mkdir -p burn converted grind rip
+mkdir -p burn converted grind rip workshop
 popd &>/dev/null