6 lines
86 B
Bash
6 lines
86 B
Bash
|
#! /usr/bin/env bash
|
||
|
set -e
|
||
|
|
||
|
echo arq worker.WorkerSettings
|
||
|
arq worker.WorkerSettings
|