mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-02 03:06:40 +00:00
6 lines
58 B
Bash
6 lines
58 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
path_src=$1
|
||
|
path_des=$2
|
||
|
mv $path_src $path_des
|