Skip to content

A repository for storing bash scripts of common use at CGI.

License

Notifications You must be signed in to change notification settings

CGI-NRM/CGIBashScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CGIBashScripts

A repository for storing bash scripts of common use at CGI.

Dependencies

These repos need to be cloned to your home folder in the following way in order for all scripts to work:

cd ~/
git clone https://github.com/tavinus/cloudsend.sh

Usage

In the terminal:

cd ~/ # go to your home folder
git clone https://github.com/CGI-NRM/CGIBashScripts # clone down this repo
cd CGIBashScripts/ # navigate to it

In this folder, edit the file .cgi_user_settings.sh and add your specifics (it can also be stored in your home folder). Then, in the terminal:

source ~/CGIBashScripts/cgi_scripts.sh

This will make the aliases and functions available to you in your session. To make them persistently available, add the line source ~/CGIBashScripts/cgi_scripts.sh to your .bashrc. If unsure how to, simply do (exactly like this):

echo "source ~/CGIBashScripts/cgi_scripts.sh" >> ~/.bashrc

Help

For a brief help message (work in progress) simply do:

cgi_help

About

A repository for storing bash scripts of common use at CGI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published