commit c6809b83eec68e2c3b8d4e03522b7be44ee7597a
parent 35e0c1017ce06dcdeaaee72d9d96d3b082af613d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 11 Jan 2019 09:38:47 +0100
Fix bookmark script for new machine
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/links/bin/bookmark b/links/bin/bookmark
@@ -2,9 +2,9 @@
set -e
localfile="$HOME/doc/bookmark.txt"
-remoteuser=andersdc
+remoteuser=ad
hostname=adamsgaard.dk
-remotefile="/home/$remoteuser/doc/bookmark.txt"
+remotefile="/Users/$remoteuser/doc/bookmark.txt"
port=12344
function help {