Advertisement
Guest User

dcttransform.sh

a guest
Nov 23rd, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. #!/bin/bash
  2. # Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
  3. dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
  4. "$dir/replacedct" <("$dir/extractdct" < "$2" | python3 -- "$dir/dcttransform.py" "$1") < "$2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement