#!/usr/bin/env sh
if [ "$1" = "-P" ] && [ "$2" = "667120" ]; then
  printf '667121\n667122\n'
fi
