Add local-testnet clean script, and make a really ugly hacky fix in main.c for the -q option. (All that personality stuff needs to be rewritten. Yuck.)
This commit is contained in:
7
testnet/clean-local-testnet.sh
Executable file
7
testnet/clean-local-testnet.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
export PATH=/bin:/usr/bin:/usr/local/bin
|
||||
|
||||
rm -rfv local-testnet/n????
|
||||
find local-testnet -type f ! -name 'identity.*' -print0 | xargs -0 rm -fv
|
||||
rm -rfv local-testnet/sn????/networks.d
|
||||
Reference in New Issue
Block a user