index
:
mdbooks-scripts
master
-
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
move.sh
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'move.sh')
-rwxr-xr-x
move.sh
3
1 files changed, 3 insertions, 0 deletions
diff --git a/move.sh b/move.sh
new file mode 100755
index 0000000..568535d
--- /dev/null
+++ b/
move.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+find ./src -type f -exec sed -i 's/\['"$1"'](.*)/['"$1"']('"$2"')/g' {} \;