Skip to content

Commit 2847a4e

Browse files
author
michael-n-cooper
committed
now commit the technique
1 parent 69dc4f3 commit 2847a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

techniques/create-techniques.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ do
88
mkdir techniques/$1
99
cp ../technique-template.html techniques/$1/$2.html
1010
sed -i "s/Technique Title/$3/g" techniques/$1/$2.html
11-
echo git add .
12-
echo git commit -m "Set up $2 technique"
11+
git add .
12+
git commit -m "Set up $2 technique"
1313
echo git push --set-upstream origin tech-$2
1414
shift
1515
shift

0 commit comments

Comments
 (0)