5 lines
156 B
Bash
Executable file
5 lines
156 B
Bash
Executable file
#!/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/
|