summaryrefslogtreecommitdiffhomepage
path: root/scripts/move.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/move.sh')
-rwxr-xr-xscripts/move.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/move.sh b/scripts/move.sh
deleted file mode 100755
index 568535d..0000000
--- a/scripts/move.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-find ./src -type f -exec sed -i 's/\['"$1"'](.*)/['"$1"']('"$2"')/g' {} \;