mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 20:16:54 +02:00
13 lines
138 B
Bash
Executable file
13 lines
138 B
Bash
Executable file
#!/bin/bash
|
|
|
|
build_packages()
|
|
{
|
|
sudo docker run -v $(pwd):/zto ztwd
|
|
}
|
|
|
|
build_container()
|
|
{
|
|
sudo docker build -t ztwd . --load
|
|
}
|
|
|
|
"$@"
|