diff --git a/stegosaurus/install b/stegosaurus/install new file mode 100644 index 0000000..ca31306 --- /dev/null +++ b/stegosaurus/install @@ -0,0 +1,12 @@ +#!/bin/bash -ex + +INST_DIR="$PWD" + +git clone --depth 1 https://github.com/AngelKitty/stegosaurus.git + +mkdir bin + +cd bin + +ln -s ../stegosaurus/stegosaurus . +