mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
8 lines
153 B
Bash
Executable file
8 lines
153 B
Bash
Executable file
#!/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 ..
|