pi-rfid-jukebox/bin/tag-reader-dummy

6 lines
59 B
Bash
Executable File

#!/bin/bash
while echo 1234567890 ; do
sleep 0.2
done