]> git.rmz.io Git - dotfiles.git/blobdiff - bin/mvtor.cron
add tardis bin
[dotfiles.git] / bin / mvtor.cron
diff --git a/bin/mvtor.cron b/bin/mvtor.cron
new file mode 100755 (executable)
index 0000000..4662ea6
--- /dev/null
@@ -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