merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

version.sh (218B)


      1 #!/bin/sh
      2 # This file is in the public domain.
      3 # Print the Debian CI version; diagnostics go to stderr.
      4 set -eu
      5 script_dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
      6 exec python3 "$script_dir/debian-version.py" "$@"