Skip to content

Instantly share code, notes, and snippets.

View losipiuk's full-sized avatar

Łukasz Osipiuk losipiuk

View GitHub Profile
@losipiuk
losipiuk / timeout_lock.sh
Last active November 25, 2021 16:32
timeout_lock
#/bin/env bash
if ! which say >/dev/null; then
echo "say command not found"
echo "you can install it using:"
echo " brew install espeak"
exit 1
fi
if [[ $# < 1 ]];then