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