You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xmonad/action-manager/command.sh

6 lines
96 B

#!/bin/bash
cat /dev/stdin | $(cat /dev/stdin > "$1")&
quit_proc="$!"
sleep 1
kill "$quit_proc"