mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-11-23 05:50:36 -08:00
6 lines
58 B
Bash
Executable File
6 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
|
|
path_src=$1
|
|
path_des=$2
|
|
mv $path_src $path_des
|