You've already forked m5stack-linux-dtoverlays
mirror of
https://github.com/m5stack/m5stack-linux-dtoverlays.git
synced 2026-05-20 10:45:48 -07:00
5 lines
39 B
Bash
Executable File
5 lines
39 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "hello world!"
|
|
|
|
exit 0; |