Changes to be committed:
modified: mdlspipe Adding defaults to script to support bot .env and nomadic usage.
This commit is contained in:
parent
86a47efc6e
commit
b1db7f1a68
2
mdlspipe
2
mdlspipe
@ -1,5 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
log_file=/var/log/mdlspipe.log
|
log_file=/var/log/mdlspipe.log
|
||||||
|
Working_Fullpath=$(pwd)
|
||||||
|
Working_Directory=$(basename $Working_Fullpath)
|
||||||
keys_of_interest=("kMDItemFSCreationDate" "kMDItemFSName")
|
keys_of_interest=("kMDItemFSCreationDate" "kMDItemFSName")
|
||||||
md5_bin=$(which md5sum)
|
md5_bin=$(which md5sum)
|
||||||
mktemp_bin=$(which mktemp)
|
mktemp_bin=$(which mktemp)
|
||||||
|
Loading…
Reference in New Issue
Block a user