#!/usr/bin/env sh

FILENAME=$1

cargo run --release --bin wsc -- --print $FILENAME 
