Skip to content

Commit 69dc4f3

Browse files
author
michael-n-cooper
committed
add a mkdir
1 parent 85b0890 commit 69dc4f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

techniques/create-techniques.sh

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ while [ $# -gt 0 ]
55
do
66
git checkout --orphan tech-$2
77
git rm -rf .
8+
mkdir techniques/$1
89
cp ../technique-template.html techniques/$1/$2.html
910
sed -i "s/Technique Title/$3/g" techniques/$1/$2.html
1011
echo git add .

0 commit comments

Comments
 (0)