misc/collaborative_development
This commit is contained in:
parent
1b96196641
commit
da7ea7d514
Binary file not shown.
|
@ -0,0 +1,2 @@
|
|||
picoCTF{t3@mw0rk_m@k3s_th3_dr3@m_w0rk_4c24302f}
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p bash unzip git python3
|
||||
|
||||
unzip -o -q challenge.zip
|
||||
pushd drop-in
|
||||
|
||||
git checkout "feature/part-1"
|
||||
python flag.py
|
||||
echo ""
|
||||
|
||||
git checkout "feature/part-2"
|
||||
python flag.py
|
||||
echo ""
|
||||
|
||||
git checkout "feature/part-3"
|
||||
python flag.py
|
||||
|
||||
popd
|
||||
rm -rf ./drop-in
|
Loading…
Reference in New Issue