Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 13f5dcef5358e9d5a2a5a1ae6baf28fc > files > 55

gtkdialog-0.8.3-1.mga5.x86_64.rpm

#!/bin/sh
# 
# We don't really need this first line but my text editor recognizes it and i
# like the syntax highlight.
#
login_server() 
{
  xterm -hold -e "psql -h $1 -U $2 -d $3" &
}