Fix some functions

This commit is contained in:
2021-08-02 05:56:09 -06:00
parent 5720048067
commit 1ef2ad407e
7 changed files with 16 additions and 26 deletions

View File

@@ -4,5 +4,5 @@ function get_sink_input_by_pid {
get_sink_input_info.hs | jq 'select(.application_process_id == "'"$thePID"'")'
}
get_sink_input_by_pid
get_sink_input_by_pid "$@"