process-url.sh 91 B

1234
  1. #!/usr/bin/env bash
  2. URL="`sed -f $(dirname $0)/substitute.sed <<< "$@"`"
  3. echo -e -n ${URL}