2 # check-versions.sh - script to open packages in a browser for checking their versions
5 if [ `uname` = Darwin ]; then OPEN=open; fi
7 # Run each package in separate process since we include their environment variables:
8 for path in packages/*; do
12 echo -n "$pkg - $TERMUX_PKG_VERSION - press Return to check homepage"
14 $OPEN $TERMUX_PKG_HOMEPAGE