Skip to content

franciscojsc/bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useful scripts

How to use 💻

Clone this repository:

git clone https://github.com/franciscojsc/bin

Move the repository to the HOME directory:

mv bin $HOME/bin

Assign execute permission to scripts:

chmod -v +x $HOME/bin/*.sh

Insert the line below in the .bashrc file, to add the scripts in PATH:

export PATH=${PATH}:$HOME/bin

License 📝

This project is licensed under the MIT License - see the LICENSE file for details