mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-14 13:56:57 +00:00
12 lines
156 B
Bash
Executable file
12 lines
156 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
INST_DIR="$PWD"
|
|
|
|
git clone --depth 1 https://github.com/AngelKitty/stegosaurus.git
|
|
|
|
mkdir bin
|
|
|
|
cd bin
|
|
|
|
ln -s ../stegosaurus/stegosaurus .
|
|
|