mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-14 22:06:58 +00:00
7 lines
192 B
Bash
Executable file
7 lines
192 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
for F in paddinganograph stegolsb stegopit stegopvd; do
|
|
rm -f $HOME/tools/bin/$F
|
|
rm -f $HOME/.virtualenvs/ctftools/bin/$F
|
|
rm -f $HOME/.virtualenvs/ctftools3/bin/$F
|
|
done
|