dotfiles/dotfiles/lib/functions/get_sink_input_by_pid
2021-08-02 05:56:09 -06:00

9 lines
163 B
Bash
Executable File

#!/usr/bin/env sh
function get_sink_input_by_pid {
get_sink_input_info.hs | jq 'select(.application_process_id == "'"$thePID"'")'
}
get_sink_input_by_pid "$@"