aboutsummaryrefslogtreecommitdiff
path: root/tools/menu/database
diff options
context:
space:
mode:
Diffstat (limited to 'tools/menu/database')
-rwxr-xr-xtools/menu/database12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/menu/database b/tools/menu/database
deleted file mode 100755
index ccfc385..0000000
--- a/tools/menu/database
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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'" \
-