6 lines
76 B
Bash
6 lines
76 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# evening. clean up and stop processes
|
||
|
|
||
|
echo "evening: `date`"
|