X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/4b06eb26103a8f0840915532fdf411ef82e9ad24..89cf694280e02442fb435d5fe516ac09783d776a:/bin/mvtor.cron diff --git a/bin/mvtor.cron b/bin/mvtor.cron new file mode 100755 index 0000000..4662ea6 --- /dev/null +++ b/bin/mvtor.cron @@ -0,0 +1,8 @@ +#!/bin/bash + +if [ "$(ls -A $1)" ]; then +# echo "$1 is not empty" + mv $1/* $2 +#else +# echo "$1 is empty" +fi