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