Trust is earned

This commit is contained in:
Duke Leto
2020-12-08 08:10:30 -05:00
parent 07ce5c5f0d
commit c568f7a16f
4 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/bash
if ! [[ "$2" =~ [git@]?[www.]?github.com[:|/]bitcoin/bitcoin[.git]? ]]; then
# Copyright (c) 2019-2020 Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
if ! [[ "$2" =~ [git@]?[www.]?hush.is[:|/]bitcoin/bitcoin[.git]? ]]; then
exit 0
fi