Skip to content

Instantly share code, notes, and snippets.

@et
Created November 19, 2010 02:40
Show Gist options
  • Select an option

  • Save et/706058 to your computer and use it in GitHub Desktop.

Select an option

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