Skip to content

Latest commit

 

History

History
executable file
·
25 lines (17 loc) · 631 Bytes

installation.md

File metadata and controls

executable file
·
25 lines (17 loc) · 631 Bytes

INSTALLATION

There's not an installation. You just load the cc_script.sh file. 2 way to do that:

1- Using git

git clone "https://github.com/yusuf-daglioglu/cc_scripts"
cd "cc_scripts"
cd "release"
source "cc_scripts.sh"

2- Using curl

If you don't have "git" command, you only need a single file:

FILE_PATH="$HOME/cc_scripts.sh" # or anywhere you want

curl --output "$FILE_PATH" "https://raw.githubusercontent.com/yusuf-daglioglu/cc_scripts/master/release/cc_scripts.sh"

source "$FILE_PATH"

ready! Now type on terminal "c" and press TAB, terminal will show you all available functions.