Skip to content

Instantly share code, notes, and snippets.

@ZweiSteinSoft
Created March 10, 2012 13:52
Show Gist options
  • Save ZweiSteinSoft/2011479 to your computer and use it in GitHub Desktop.
Save ZweiSteinSoft/2011479 to your computer and use it in GitHub Desktop.
Bash: Create git.io short URL for any Github page
#!/bin/bash
curl -i http://git.io -F "url=https://github.com/phpmyadmin/phpmyadmin" \
-F "code=pma"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment