Import updates to some utilities that were sitting in my personal bin
[utils/utils.git] / cp2
diff --git a/cp2 b/cp2
index 063a10a..8d42855 100755 (executable)
--- a/cp2
+++ b/cp2
@@ -1,2 +1,2 @@
 #!/bin/bash
-rsync -rltE --chmod=ugo=rwX "$@"
+exec rsync -rltE --chmod=ugo=rwX "$@"