2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-02-28 22:41:09 +00:00
status-desktop/scripts/force-rebuild-status-go.sh
2021-12-20 10:07:34 +01:00

8 lines
128 B
Bash

#!/usr/bin/env bash
set -eof pipefail
if test `find $1 -mmin +1440`; then
echo "forcing rebuild of status go"
rm $1
fi