dot_testing/simplestatus/date
2022-06-18 15:33:14 -05:00

6 lines
46 B
Bash
Executable File

#!/bin/sh
printf "%s" $(date '+%m-%d')
exit