Skip to content

Instantly share code, notes, and snippets.

@nicerobot
Last active September 29, 2015 15:37
Show Gist options
  • Save nicerobot/1623040 to your computer and use it in GitHub Desktop.
Save nicerobot/1623040 to your computer and use it in GitHub Desktop.

gin runs scripts locally, directly from a gist.

#!/bin/bash
cat
console.log("Hello, gin!");
#!/usr/bin/env python
print "Hello, gin!"
#!/bin/sh
echo "Hello, ${1:-gin}!"; shift; echo "rest: ${*}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment