aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/scripts/forever.sh
blob: c7f008117e2cfdb2e6107ff80133e2ea98334d22 (plain)
1
2
3
4
5
#!/bin/sh
while test "notempty"
do
  sleep 1
done