summaryrefslogtreecommitdiff
path: root/try_qlogin
blob: b939117bb239d0633b20a5468fcebc90a9846ca7 (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 -l mem_free=$1
done