Something went wrong on our end
-
Boman Romain authoredBoman Romain authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
linuxbin
Common scripts and config files
This is the ~/bin
directory of a linux account
Install
Please, add the following calls to the end of the ~/.bashrc
and ~/.profile
files
.profile: (PATH and other env vars)
. $HOME/bin/cfg/loop.sh ; fct_loop profile $* ; unset fct_loop
.bashrc: (interactive stuffs)
. ~/bin/cfg/loop.sh ; fct_loop bashrc $* ; unset fct_loop