You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this Bash script to endlessly run "dub" and then do it again when you hit shutdown!
while true; do dub; done
That's it. Now run the script and play away. When you have made code changes and you want to see them, hit the shutdown option in your browser and the script will rinse and repeat.