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


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

while true
do
  qlogin -l mem_free=$1
done