Skip to content

Instantly share code, notes, and snippets.

@et
Created November 19, 2010 02:40
Show Gist options
  • Save et/706058 to your computer and use it in GitHub Desktop.
Save et/706058 to your computer and use it in GitHub Desktop.
Exploding world
#!/bin/sh
#\
exec tclsh "$0" "$@"
proc world args [puts "World has exploded"]
if "1 == 0" [world will explode]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment