Created
January 12, 2012 19:08
-
-
Save Quby/1602430 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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