1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
Files
mywebsite/node_modules/mongoose/contRun.sh
2015-06-24 11:18:57 -05:00

11 lines
82 B
Bash
Executable File

#!/bin/bash
make test
ret=$?
while [ $ret == 0 ]; do
make test
ret=$?
done