4 lines
60 B
Bash
Executable File
4 lines
60 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "<p>By the way today's date is $(date)</p>"
|