mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-26 22:30:22 +00:00
5 lines
62 B
Bash
5 lines
62 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "Dummy updater -- run with opts: $*"
|
||
|
exit 0
|