mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-14 17:13:15 -07:00
4 lines
62 B
Bash
4 lines
62 B
Bash
#!/bin/bash
|
|
|
|
echo "Dummy updater -- run with opts: $*"
|
|
exit 0
|