Skip to content

Instantly share code, notes, and snippets.

@lamdor
Created October 7, 2014 14:52
Show Gist options
  • Select an option

  • Save lamdor/42abf0f929ec8de4a856 to your computer and use it in GitHub Desktop.

Select an option

Save lamdor/42abf0f929ec8de4a856 to your computer and use it in GitHub Desktop.
#!/bin/sh
set -e
for i in `seq 10`; do
echo "-----------"
sbt "test"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment