mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-25 07:31:05 +00:00
5 lines
62 B
Bash
5 lines
62 B
Bash
#!/bin/bash
|
|
|
|
echo "Dummy updater -- run with opts: $*"
|
|
exit 0
|