mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Add Western Digital apkg build scripts
This commit is contained in:
parent
a74532fa0b
commit
acd1f24a3f
15 changed files with 280 additions and 0 deletions
5
pkg/wd/zerotier/install.sh
Executable file
5
pkg/wd/zerotier/install.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
path_src=$1
|
||||
path_des=$2
|
||||
mv $path_src $path_des
|
Loading…
Add table
Add a link
Reference in a new issue