Test your scripts kids
This commit is contained in:
parent
e27827a13f
commit
a08d5688d5
11
bashrc
11
bashrc
|
@ -1,11 +1,10 @@
|
|||
# Custom scripts
|
||||
|
||||
find -type f ~/.scripts | while read script; do
|
||||
source "$script"
|
||||
done
|
||||
find -type f ~/.gscripts | while read script; do
|
||||
source "$script"
|
||||
done
|
||||
#find ~/.scripts/ ~/.gscripts/ -type f -name "*.sh" | while read script; do
|
||||
#source "$script"
|
||||
#done
|
||||
source ~/.scripts/index.sh
|
||||
source ~/.gscripts/index.sh
|
||||
|
||||
# Prompt
|
||||
if [[ $USER == 'root' ]]; then
|
||||
|
|
1
scripts/index.sh
Normal file
1
scripts/index.sh
Normal file
|
@ -0,0 +1 @@
|
|||
source ~/.scripts/proxy.sh
|
0
scripts/lopac.sh → scripts/lopac.sh.wip
Normal file → Executable file
0
scripts/lopac.sh → scripts/lopac.sh.wip
Normal file → Executable file
Loading…
Reference in a new issue