aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-runner-api/src/test/scripts/forever.sh
blob: d7b6a9b38fddcd27f55fe173d0db8a6a8f19539f (plain)
1
2
3
4
5
6
#!/bin/sh

while test "notempty"
do
  sleep 1
done