nfcente/install.sh
2024-03-02 18:10:17 +01:00

5 lines
62 B
Bash

#!/bin/bash
for i in *.py; do
pyboard.py -f cp $i :;
done