diff options
Diffstat (limited to 'tools/menu/unpacker')
-rwxr-xr-x | tools/menu/unpacker | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/menu/unpacker b/tools/menu/unpacker new file mode 100755 index 0000000..480190a --- /dev/null +++ b/tools/menu/unpacker @@ -0,0 +1,6 @@ +#!/bin/bash +source ~/.colors + +~/.tools/ratmenu -label "unpacker" \ + -style dreary -fg "$COLOR11" -bg "$COLOR0" \ + "js-beautify" "urxvt -e bash -c 'js-beautify -h && zsh'" \ |