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