mirror of
https://github.com/aljazceru/shurikenpi.io.git
synced 2025-12-17 06:04:23 +01:00
8 lines
177 B
Bash
Executable File
8 lines
177 B
Bash
Executable File
#!/bin/bash
|
||
|
||
source ./global.sh
|
||
source ./utils.sh
|
||
msg logo.txt
|
||
p "create a new configuration"
|
||
r "Your bitcoin address:" address
|
||
python3 ../Tools/address_validation.py $address |