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/sh | |
# | |
# ztncui - ZeroTier network controller UI | |
# Copyright (C) 2017-2019 Key Networks (https://key-networks.com) | |
# Licensed under GPLv3 - see LICENSE for details. | |
# | |
TOKEN=`sudo cat /var/lib/zerotier-one/authtoken.secret` | |
echo -e "This is the list of networks avaialble on this Network Controller:" |