diff options
| author | Robert Günzler <r@gnzler.io> | 2023-01-17 00:38:11 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-01-17 00:38:11 +0100 |
| commit | 43cbbc1646b636713bb46cd20203ef7f30a31764 (patch) | |
| tree | 7455b3561d4c67d9bdb80d4e4918d248a07db9ad /.local/share/lock/unlocked.d/sync.sh | |
| parent | f749a802fea79432c70bf713abb8e35f7f92004c (diff) | |
bin/secretmenu: ensure only one menu runs at a time
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.local/share/lock/unlocked.d/sync.sh')
| -rwxr-xr-x | .local/share/lock/unlocked.d/sync.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/share/lock/unlocked.d/sync.sh b/.local/share/lock/unlocked.d/sync.sh new file mode 100755 index 0000000..8ddcdf2 --- /dev/null +++ b/.local/share/lock/unlocked.d/sync.sh @@ -0,0 +1,3 @@ +#!/bin/sh +mailsync & +pimsync & |