Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Created November 18, 2008 22:12
Show Gist options
  • Save bcardarella/26302 to your computer and use it in GitHub Desktop.
Save bcardarella/26302 to your computer and use it in GitHub Desktop.
Is God Alive?
task :nietzsche, do
unless system("god status")
puts "God is dead"
system("god -c #{ god_config }")
puts "Long live God"
else
"God is alive"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment