forked from colonelpanic/dotfiles
9 lines
163 B
Bash
Executable File
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 "$@"
|
|
|