6 lines
156 B
Text
6 lines
156 B
Text
|
#!/usr/bin/env bash
|
||
|
# Make sure the current directory is the location of this script to simplify matters
|
||
|
cd "$(dirname "$(readlink -f "$0")")";
|
||
|
|
||
|
ls ./jobs/
|