6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
#! /usr/bin/env bash
|
|
set -e
|
|
|
|
echo python run_worker.py
|
|
python run_worker.py
|