This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/testnet/clean-local-testnet.sh

8 lines
197 B
Bash
Executable File

#!/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