1749860627

This commit is contained in:
2025-06-13 18:23:47 -06:00
parent 191c8947dc
commit 5320b4e4cd
40 changed files with 178 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
# set -e # die on any error
set -e # die on any error
# make sure dir works
if [ -z $1 ] || [ ! -d "$1" ]; then