Add Squirrel to menu.
--- a/.fvwm/config Wed May 08 19:27:27 2013 +0300
+++ b/.fvwm/config Wed May 22 16:58:58 2013 +0300
@@ -417,6 +417,7 @@
AddToMenu MenuMyDev "My Dev Menu" Title
+ &Netbeans%netbeans.png% Exec exec $(ls /opt/*/bin/netbeans 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && command -v netbeans)
+ "SQL Developer" Exec exec $(ls /opt/*/sqldeveloper.sh 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && echo xmessage "Can't find 'SQL Developer' in /opt")
++ "Squirrel" Exec exec $(ls /opt/*/squirrel-sql.sh 2>/dev/null | tail -n 1; [[ ${PIPESTATUS[0]} -gt 0 ]] && echo xmessage "Can't find 'Squirrel' in /opt")
# Drawback - you can not make it smaller.
Style "htop" MinWindowSize 98 98