6 lines
36 B
Bash
6 lines
36 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
date > /tmp/date.log
|
||
|
|
||
|
|