Skip to content

Instantly share code, notes, and snippets.

@amy-langley
Created August 14, 2019 16:39
Show Gist options
  • Save amy-langley/ae6656d207a034b0903740652fac9440 to your computer and use it in GitHub Desktop.
Save amy-langley/ae6656d207a034b0903740652fac9440 to your computer and use it in GitHub Desktop.
extremely simple script to keep running a thing forever
#!/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