exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

job.sh (166B)


      1 #!/bin/bash
      2 set -exuo pipefail
      3 
      4 job_dir=$(dirname "${BASH_SOURCE[0]}")
      5 skip=$(cat $job_dir/skip.txt)
      6 
      7 codespell -d -I "${job_dir}"/dictionary.txt -S ${skip//$'\n'/,}