mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
8 lines
137 B
Bash
8 lines
137 B
Bash
|
|
#!/bin/sh
|
||
|
|
# https://github.com/salman-abedin/devour/blob/master/devour.sh
|
||
|
|
|
||
|
|
id=$(xdo id)
|
||
|
|
xdo hide
|
||
|
|
$("$@") > /dev/null 2>&1
|
||
|
|
xdo show "$id"
|