We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a3340 commit c964ef7Copy full SHA for c964ef7
create-techniques.sh
@@ -10,12 +10,12 @@ do
10
git rm -rf .
11
mkdir techniques/$1
12
cp ../technique-template.html techniques/$1/$2.html
13
- sed -i "s/<p id=\"technology\"></p>/<p id=\"technology\">$1</p>/" techniques/$1/$2.html
14
- sed -i "s/<p id=\"type\"></p>/<p id=\"type\">$3</p>/" techniques/$1/$2.html
+ sed -i "s/<p id=\"technology\"></p>/<p id=\"technology\">$1<\/p>/" techniques/$1/$2.html
+ sed -i "s/<p id=\"type\"></p>/<p id=\"type\">$3<\/p>/" techniques/$1/$2.html
15
sed -i "s/Technique Title/$4/g" techniques/$1/$2.html
16
git add techniques/$1/$2.html
17
git commit -m "Set up $2 technique"
18
- git push --set-upstream origin tech-$2
+# git push --set-upstream origin tech-$2
19
shift
20
21
0 commit comments