#!/bin/sh
for X; do
	scp sam@ucm.dev:b/"$X" ./
#	wget "https://sam.aiki.info/code/ucm-tools/bin/$X"
#	cx "$X"
done
