at master 12 lines 421 B view raw
1diff --git a/src/remote b/src/remote 2index 07674ca..07a6b25 100644 3--- a/src/remote 4+++ b/src/remote 5@@ -97,6 +97,7 @@ function §remote.interface.create { 6 local bookmarks="$bashrun_cache_home/remote-bookmarks.bash" 7 8 /bin/cp "$bashrun_site/interface" "$interface" 9+ chmod +w "$interface" 10 printf '%s\n' "$bashrun_remote_interface" >> "$interface" 11 12 printf '%s\n' "source $bindings" >> "$interface"