#!/usr/bin/env bash
# maskphish - auto-generated by PyPack
# Runs: bash maskphish.sh

# Find the installed package directory (works in Termux pip installs)
PKG_DIR=$(python3 -c "import maskphish, os; print(os.path.dirname(maskphish.__file__))" 2>/dev/null)

if [ -n "$PKG_DIR" ]; then
  cd "$PKG_DIR"
fi

bash maskphish.sh "$@"
