File: mission-time-loop.sh

package info (click to toggle)
colobot 0.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 415,536 kB
  • sloc: cpp: 129,246; ansic: 8,872; python: 2,158; sh: 672; awk: 91; xml: 35; makefile: 31
file content (5 lines) | stat: -rwxr-xr-x 110 bytes parent folder | download | duplicates (8)
1
2
3
4
5
#!/bin/bash
# Works like mission-time.sh but execures in a loop
while [ true ]; do
	./mission-time.sh $@
done