Skip to content

Instantly share code, notes, and snippets.

@Quby
Created January 12, 2012 19:08
Show Gist options
  • Save Quby/1602430 to your computer and use it in GitHub Desktop.
Save Quby/1602430 to your computer and use it in GitHub Desktop.
1. cd /bin
2. sudo nano vgd
3. копируем вот это
#!/bin/sh
curl --url "http://v.gd/create.php?format=simple&url=$1"
echo ""
4. Вставляем shift+insert
5. ctrl+o сохраняем
6. sudo chmod +x vgd
7. cd ~
8. vgd http://google.ru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment