mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-07 15:20:33 +00:00
5 lines
90 B
Bash
Executable File
5 lines
90 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
trap 'exit 0' 2 # traps Ctrl-C (signal 2)
|
|
qlmanage -p $1 >& /dev/null
|