mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-22 15:06:54 +02:00
5 lines
58 B
Bash
Executable file
5 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
|
|
path_src=$1
|
|
path_des=$2
|
|
mv $path_src $path_des
|