diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-18 01:39:43 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-18 01:39:43 +0200 |
commit | d923956d4866beb5093c89e0c1a4f54a9c37070f (patch) | |
tree | 849dcc217039940b4f41e1e82f595c7a00669d99 /tools/menu/anti-forensic | |
parent | 26a62982eab36ee68608a61306e6fab6447edd8a (diff) | |
download | dotfiles-d923956d4866beb5093c89e0c1a4f54a9c37070f.tar.gz dotfiles-d923956d4866beb5093c89e0c1a4f54a9c37070f.tar.bz2 dotfiles-d923956d4866beb5093c89e0c1a4f54a9c37070f.zip |
major fixes and rearrangement
Diffstat (limited to 'tools/menu/anti-forensic')
-rwxr-xr-x | tools/menu/anti-forensic | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/menu/anti-forensic b/tools/menu/anti-forensic deleted file mode 100755 index 8735c08..0000000 --- a/tools/menu/anti-forensic +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash -source ~/.colors - -~/.tools/ratmenu -label "anti-forensic" \ - -style dreary -fg "$COLOR11" -bg "$COLOR0" \ - "ropeadope" "urxvt -e bash -c 'ropeadope && zsh'" \ - "sdel" "urxvt -e bash -c 'sdel -h && zsh'" \ - "sfill" "urxvt -e bash -c 'sfill -h && zsh'" \ - "smem-secure-delete" "urxvt -e bash -c 'smem-secure-delete -h && zsh'" \ - "srm" "urxvt -e bash -c 'srm -h && zsh'" \ - "sswap" "urxvt -e bash -c 'sswap -h && zsh'" \ - "the_cleaner.sh" "urxvt -e bash -c 'the_cleaner.sh -h && zsh'" \ - "steghide" "urxvt -e bash -c 'steghide --help && zsh'" \ - "steghide" "urxvt -e bash -c 'steghide --help && zsh'" \ - |