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