mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-19 19:28:58 +00:00
8 lines
197 B
Bash
Executable File
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
|