5 lines
72 B
Bash
5 lines
72 B
Bash
#!/bin/bash
|
|
date
|
|
sleep 1
|
|
CWD=$(cd "$(dirname $0)";pwd)
|
|
"$CWD"/main start |