6 lines
49 B
Plaintext
6 lines
49 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
printf "%s" $(date '+%Y-%m-%d')
|
||
|
|
||
|
exit
|