File: waitForKey.sh

package info (click to toggle)
toil 9.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,908 kB
  • sloc: python: 58,029; makefile: 313; sh: 168
file content (2 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (5)
1
2
#!/usr/bin/env bash
while [ ! -f "$1" ]; do sleep 2; done; mesos-slave "${@:2}"