personal_scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 2aed720ecf076cce41ce3c4253fff4069e98e673
parent c827ae2f015033cdc4c0c1acecaafe98679e4790
Author: mrgrouse <bdmfegys@duck.com>
Date:   Fri, 23 Aug 2024 04:09:14 -0400

wall.sh: change domain name to local ip address

Diffstat:
Mwall.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wall.sh b/wall.sh @@ -2,10 +2,10 @@ [ -z "$XDG_PICTURES" ] && XDG_PICTURES=$HOME/Pictures case $1 in push) - rsync -urv $XDG_PICTURES/ tetraonini@mrgrouse.com:Pictures + rsync -urv $XDG_PICTURES/ tetraonini@10.0.0.200:Pictures ;; pull) - rsync -urv tetraonini@mrgrouse.com:Pictures/ $XDG_PICTURES + rsync -urv tetraonini@10.0.0.200:Pictures/ $XDG_PICTURES ;; *) echo "Not a real argument :clown_face:"