Test your scripts kids

This commit is contained in:
Geoffrey Frogeye 2015-10-09 18:45:44 +02:00
parent e27827a13f
commit a08d5688d5
3 changed files with 6 additions and 6 deletions

11
bashrc
View File

@ -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
View File

@ -0,0 +1 @@
source ~/.scripts/proxy.sh

0
scripts/lopac.sh → scripts/lopac.sh.wip Normal file → Executable file
View File