Compare commits

..

1 Commits

Author SHA1 Message Date
oleg 9874aaeac7 fix 2024-08-06 23:59:35 -04:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
usage() { usage() {
echo "Usage: ${0} <local_root_dir>" echo "Usage: ${0} <local_root_dir>"
+1 -1
View File
@@ -1 +1 @@
1.3.5 1.3.6
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
echo $0 $* | /usr/bin/ts '[%Y-%m-%d %H:%M:%S]' echo $0 $* | /usr/bin/ts '[%Y-%m-%d %H:%M:%S]'
RootDir="${HOME}/prod" RootDir="${HOME}/prod"