This commit is contained in:
ray 2021-05-31 12:35:05 +01:00
commit 094702e334

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
_lockfile="$HOME/.cache/border_flash_lock"
if [ -f $_lockfile ] ; then
rm "$_lockfile"