Files
2024-07-16 17:34:39 +08:00

5 lines
39 B
Bash
Executable File

#!/bin/sh
echo "hello world!"
exit 0;