cryptol/cryptol-ast
2017-06-26 13:32:31 -07:00

7 lines
135 B
Bash
Executable File

#!/bin/bash
CRYPTOL=/Users/emullen/cryptol/dist/build/Cryptol/cryptol
IN="$1"
echo ":all" | "$CRYPTOL" "$IN" | cut -c 7- | tail -n 1