diff bin/fromM @ 0:2aa53823fb21

new repo
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Sat, 06 Jun 2026 10:19:04 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/fromM	Sat Jun 06 10:19:04 2026 +0100
@@ -0,0 +1,16 @@
+#!/bin/sh
+ff=
+dest=.
+if [ "x$2" = "x" ]
+ then
+  ff=markup.co.uk:$1
+ else
+  while [ "x$2" != "x" ]
+   do
+    ff="$ff markup.co.uk:$1"
+    shift
+  done
+  dest=$1
+fi
+echo scp $ff $dest
+scp $ff $dest