7 lines
No EOL
58 B
Bash
Executable file
7 lines
No EOL
58 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eou pipefail
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
./main |