Working on install script(s)

This commit is contained in:
Michael
2021-12-31 16:43:37 -05:00
parent a720f97df9
commit d6ab348a40
27 changed files with 82 additions and 2 deletions

9
scripts/scripts/isosec Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
set -e
isosec() {
echo "$(date -u '+%Y%m%d%H%M%S')"
}
isosec