From b289dc259062ae9404ba03013b76bd3c327e2d6b Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 29 Nov 2025 22:48:47 +0100 Subject: [PATCH] rootfs/home/andre/.bashrc aktualisiert --- rootfs/home/andre/.bashrc | 5 +++++ 1 file changed, 5 insertions(+) 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