mirror of
https://github.com/zerotier/edge.git
synced 2026-05-22 16:25:05 -07:00
6 lines
70 B
Bash
Executable File
6 lines
70 B
Bash
Executable File
#! /bin/sh
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
exec tr "[\\\\]" "[
|
|
]"
|