6 lines
75 B
Bash
6 lines
75 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# morning. set up and start processes
|
||
|
|
||
|
echo "morning: `date`"
|