summaryrefslogtreecommitdiff
path: root/try-qlogin
blob: abc36abf929c8adff6225f7f71c36d618b06440a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

trap 'echo Control-C trap caught; exit 1' 2

while true
do
  qlogin $@
done