We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3e6a3 commit 0fdc8c0Copy full SHA for 0fdc8c0
scripts/mc_mi_me.sh
@@ -0,0 +1,15 @@
1
+
2
+file=$1
3
4
+sed -E "s/'mc_n_0__([^(]*)\(/mc_n0('\\1,/" -i $file
5
+sed -E "s/'mc_n_1__([^(]*)\(/mc_n1('\\1,/" -i $file
6
+sed -E "s/'mc_n_2__([^(]*)\(/mc_n2('\\1,/" -i $file
7
+sed -E "s/'m([a-z])__1_[0-9]_([^(]*)\(/m\\1('\\2,/" -i $file
8
9
10
11
+sed -E "s/mc_n_0__([^(]*)\(/mc_n0(\\1,/" -i $file
12
+sed -E "s/mc_n_1__([^(]*)\(/mc_n1(\\1,/" -i $file
13
+sed -E "s/mc_n_2__([^(]*)\(/mc_n2(\\1,/" -i $file
14
+sed -E "s/m([a-z])__1_[0-9]_([^(]*)\(/m\\1('\\2',/" -i $file
15
0 commit comments