diff --git a/rootfs/home/andre/.bashrc b/rootfs/home/andre/.bashrc index 3024d2f..8b657eb 100644 --- a/rootfs/home/andre/.bashrc +++ b/rootfs/home/andre/.bashrc @@ -972,6 +972,11 @@ then #source <(curl --connect-timeout 3 -f -s -k https://tools.andregeissler.de/modules/arg_ssh.bash) #source <(curl --connect-timeout 3 -f -s -k https://tools.andregeissler.de/modules/gps_tools.bash) + for i in `ls ~/bash_extensions/*.bash` + do + bash $i + done + if [ "$OS" == "" ]; then if [ ! -f ~/bike.jpg ]; then timeout 3 scp -o ConnectTimeout=2 -P 2222 andregeissler@vesta.agserver.de:~/web/tools.andregeissler.de/public_html/bike.jpg ~/bike.jpg