swallow.sh - randomcrap - random crap programs of varying quality
(HTM) git clone git://git.codemadness.org/randomcrap
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
swallow.sh (140B)
---
1 #!/bin/sh
2 # swallow-like script for the terminal.
3 # Dependencies: xdotool
4
5 xdotool windowunmap "$WINDOWID"
6 $@
7 xdotool windowmap "$WINDOWID"