We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba8d84 commit 542c9d5Copy full SHA for 542c9d5
create-techniques.sh
@@ -1,6 +1,5 @@
1
#!/bin/bash
2
-cp technique-template.html ../../technique-template.html
3
-cd ..
+cp techniques/technique-template.html ../technique-template.html
4
while [ $# -gt 0 ]
5
do
6
git checkout --orphan tech-$2
0 commit comments