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/pkg/wd/zerotier/install.sh
2022-04-25 17:47:58 -07:00

6 lines
58 B
Bash
Executable File

#!/bin/sh
path_src=$1
path_des=$2
mv $path_src $path_des