Fix scripts/unisonloop.sh.

This commit is contained in:
Tomas Mikula 2019-10-01 20:34:56 +02:00
parent e08581b63b
commit ef901c0ff6

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
until (stack build && \
stack exec unison "$1")
stack exec unison)
do
echo "Well that didn't work."
echo Press any key to re-launch.