_default 89 B

12345678
  1. #!/bin/bash
  2. set -o errexit -o pipefail
  3. if ! has "$GIMME"; then
  4. gimme_pkg "$GIMME"
  5. fi