truestuff/get-queue.sh

4 lines
127 B
Bash
Raw Normal View History

2023-07-12 03:18:28 +00:00
#! /usr/bin/env bash
midclt call core.get_jobs | jq -r '.[] | select( .time_finished == null ) | "\(.id) - \(.arguments[0])"'