forked from colonelpanic/dotfiles
New functions/bin structure
This commit is contained in:
8
dotfiles/lib/functions/get_sink_input_by_pid
Executable file
8
dotfiles/lib/functions/get_sink_input_by_pid
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/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
|
||||
|
Reference in New Issue
Block a user