9 lines
93 B
Bash
Executable File
9 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e # Exit on any error
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
source env.sh
|
|
|
|
python main.py |