aboutsummaryrefslogtreecommitdiff
path: root/config/ratpoison/menu/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'config/ratpoison/menu/firmware')
-rwxr-xr-xconfig/ratpoison/menu/firmware9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/ratpoison/menu/firmware b/config/ratpoison/menu/firmware
new file mode 100755
index 0000000..89012aa
--- /dev/null
+++ b/config/ratpoison/menu/firmware
@@ -0,0 +1,9 @@
+#!/bin/bash
+source ~/.colors
+
+~/.tools/ratmenu -label "firmware" \
+ -style dreary -fg "$COLOR11" -bg "$COLOR0" \
+ "binwalk" "urxvt -e bash -c 'binwalk && zsh'" \
+ "binwalk" "urxvt -e bash -c 'binwalk && zsh'" \
+ "binwalk-script" "urxvt -e bash -c 'binwalk-script && zsh'" \
+