https://github.com/IBM/plex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# | |
# bitcoin/contrib/gitian-build.py | |
# | |
# Mods: | |
# * no package management | |
# * default --jobs 4 | |
# * always --detach-sign | |
# * always --no-commit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a general-purpose function to ask Yes/No questions in Bash, either | |
# with or without a default answer. It keeps repeating the question until it | |
# gets a valid answer. | |
ask() { | |
# https://djm.me/ask | |
local prompt default reply | |
while true; do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -o errexit | |
#set -o xtrace | |
# | |
# start_electrum.sh | |
# | |
# This script launches Electrum Bitcoin Wallet on Tails OS. | |
# Ledger Nano S hardware wallet is supported. | |
# | |
# Tails 3.9 (2018-09-04), https://tails.boum.org |
NewerOlder