Skip to content

Instantly share code, notes, and snippets.

View NotGeorgeMessier's full-sized avatar

NotGeorgeMessier

  • Georgia, Tbilisi
View GitHub Profile
#!/usr/bin/env bash
if [ -z "${BASH_VERSION:-}" ]; then
exec bash "$0" "$@"
fi
set -euo pipefail
APP_DIR="${APP_DIR:-.}"
RELEASES_URL="https://raw.githubusercontent.com/react-native-community/rn-diff-purge/master/RELEASES"