We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b0890 commit 69dc4f3Copy full SHA for 69dc4f3
techniques/create-techniques.sh
@@ -5,6 +5,7 @@ while [ $# -gt 0 ]
5
do
6
git checkout --orphan tech-$2
7
git rm -rf .
8
+ mkdir techniques/$1
9
cp ../technique-template.html techniques/$1/$2.html
10
sed -i "s/Technique Title/$3/g" techniques/$1/$2.html
11
echo git add .
0 commit comments