We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc54537 commit 8f49041Copy full SHA for 8f49041
scripts/generate.sh
@@ -1,3 +1,5 @@
1
#!/usr/bin/env sh
2
+set -euo pipefail
3
+
4
cd "$(dirname "$0")/.."
5
docker run -it --rm -v $(pwd):/material:ro -v $(pwd)/out:/out ghcr.io/edinburghhacklab/hacklab-training:main /material /out $@
scripts/new-tool.sh
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
if [[ $# -lt 2 ]]; then
6
echo "Usage: $0 <tool name> <tool location>"
scripts/open.sh
./scripts/generate.sh $@
xdg-open out/
0 commit comments