aviaryan / utility-bash-scripts

🤓 Useful bash scripts to do automatable tasks with a single command
MIT License
426 stars 66 forks source link

Add git.io cli tool #10

Closed aashutoshrathi closed 6 years ago

aashutoshrathi commented 6 years ago

This tool allows you to generate custom shortened URL for GitHub links

aviaryan commented 6 years ago

Can you please make sure the script is marked as an executable.

aashutoshrathi commented 6 years ago

How do I mark my script as an executable?

aviaryan commented 6 years ago

chmod +x <script>

aashutoshrathi commented 6 years ago

Ohh. That's what you meant! I thought I have to add something to script.

aashutoshrathi commented 6 years ago

Marked it as executable.

aviaryan commented 6 years ago

@aashutoshrathi Did you forget to push?

aashutoshrathi commented 6 years ago

@aviaryan There are no changes after marking it as executable.

aviaryan commented 6 years ago

Weird. Executable files show as executable here.

screen shot 2018-10-13 at 7 01 22 pm

Nevermind, I will merge and see. Thanks for the PR.