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