Skip to content

Instantly share code, notes, and snippets.

@jeansymolanza
Last active October 9, 2024 14:13
Show Gist options
  • Save jeansymolanza/50bc8b84c67dc03289611821cde4bad4 to your computer and use it in GitHub Desktop.
Save jeansymolanza/50bc8b84c67dc03289611821cde4bad4 to your computer and use it in GitHub Desktop.
LATEST_VERSION=$(find "$(readlink -f "$BASE_DIR")" -maxdepth 1 \( -type d -o -type l \) -exec stat --format '%Y %n' {} \; | sort -nr | head -n 1 | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment