Created
August 14, 2019 16:39
-
-
Save amy-langley/ae6656d207a034b0903740652fac9440 to your computer and use it in GitHub Desktop.
extremely simple script to keep running a thing forever
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
while : | |
do | |
rails c < move_small.rb | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment