commit 01fc039aea73e479a6077b84e70a0c69e471a9e5 parent cebd160d1b825791ca27fb9716a219c595b149a0 Author: William Casarin <jb55@jb55.com> Date: Sat, 19 Sep 2020 05:05:09 -0700 bin/lock: update to lock mac as well Diffstat:
M | bin/lock | | | 9 | +++++++-- |
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/bin/lock b/bin/lock @@ -1,2 +1,7 @@ -#!/usr/bin/env sh -exec slock +#!/usr/bin/env bash + +lockmac & + +slock & + +wait