shell-makefile-template/my-awesome-program
2023-07-05 22:45:36 +02:00

5 lines
81 B
Bash
Executable file

#!/bin/sh
# my-awesome-program
printf "%s:The makefile works perfectly.\n" "$0"