5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
echo "This is the entry script at $(date)"
|
||
|
|