ulisp-picocalc/lisp/sync.sh

6 lines
56 B
Bash
Executable File

#!/bin/sh
MEDIA="$1"
cp *.lsp "$MEDIA"
umount "$MEDIA"