6 lines
36 B
Bash
Executable File
6 lines
36 B
Bash
Executable File
#!/bin/bash
|
|
|
|
date > /tmp/date.log
|
|
|
|
|