5 lines
181 B
Bash
5 lines
181 B
Bash
#!/bin/bash
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2023-present NeoTheFox (https://github.com/NeoTheFox)
|
|
|
|
alias zerotier-cli="zerotier-cli -D/storage/.config/zerotier/"
|