summaryrefslogtreecommitdiff
path: root/mvobjs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mvobjs.sh')
-rwxr-xr-xmvobjs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/mvobjs.sh b/mvobjs.sh
new file mode 100755
index 0000000..467ac53
--- /dev/null
+++ b/mvobjs.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+mv *.o src/ >/dev/null 2>&1
+exit 0