mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-16 03:52:04 +00:00
2 lines
133 B
Bash
2 lines
133 B
Bash
#!/bin/bash
|
|
git ls-remote --tags https://git.torproject.org/tor.git | grep -oE '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$' | sort -V | tail -1
|