This commit is contained in:
Oleg Sheynin 2024-08-06 23:59:35 -04:00
parent 6458974866
commit 064b24b52a
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
usage() { usage() {
echo "Usage: ${0} <local_root_dir>" echo "Usage: ${0} <local_root_dir>"

View File

@ -1 +1 @@
1.3.5 1.3.6

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"