summaryrefslogtreecommitdiff
path: root/xpine
blob: 5f8eede9d810aeca2c26ec572181c6c898569446 (plain)
  1. #!/bin/sh
  2. #rxvt +sb -sl 500 -n "Pine" -title "Pine" -e pine &
  3. #exec rxvt +sb -sl 500 -n "Pine" -title "Pine" -e pine
  4. if [ $# -eq 0 ]; then
  5. xsh localhost pine
  6. else
  7. xsh $@ pine
  8. fi