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