ctf-tools/peepdf/install
2016-04-04 17:31:30 -07:00

9 lines
170 B
Bash
Executable file

#!/bin/bash -e
[ -e peepdf ] || git clone --depth 1 https://github.com/jesparza/peepdf
mkdir -p bin
cd bin
ln -s ../peepdf/peepdf.py .
ln -s ../peepdf/jjdecode .
cd ..