diff options
author | Patrick Simianer <pks@pks.rocks> | 2018-06-12 13:57:50 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2018-06-12 13:57:50 +0200 |
commit | 0dfb7c145b41ffe349faf5d6abd7cc93f5d4b93b (patch) | |
tree | 383ea5a9f30bb9a6098efab866fc8b96625d4e62 /notification-daemon-launch | |
parent | a3799e2934ed8952db3baead83457f752307b02c (diff) | |
parent | c9774efc19c63d93fdd167859834b8efb7855781 (diff) |
Merge branch 'master' of https://github.com/pks/bin
Diffstat (limited to 'notification-daemon-launch')
-rwxr-xr-x | notification-daemon-launch | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/notification-daemon-launch b/notification-daemon-launch new file mode 100755 index 0000000..e6c261d --- /dev/null +++ b/notification-daemon-launch @@ -0,0 +1,5 @@ +#!/bin/zsh + +sleep 10 +sind | notification-daemon & + |