ctf-tools/testdisk/install

9 lines
153 B
Text
Raw Normal View History

2015-05-07 21:14:46 +00:00
#!/bin/bash -e
curl http://www.cgsecurity.org/testdisk-7.0.linux26-x86_64.tar.bz2 | tar xvj
mkdir -p bin
cd bin
ln -s ../testdisk-7.0/*_static .
cd ..