Skip to content

Instantly share code, notes, and snippets.

@pavelbraginskiy
Created February 13, 2018 05:53
Show Gist options
  • Save pavelbraginskiy/318177d35064b842ae041940e83a88cf to your computer and use it in GitHub Desktop.
Save pavelbraginskiy/318177d35064b842ae041940e83a88cf to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
ilasm "${TIO_CFLAGS[@]}" -out:.bin.tio .code.tio >& 2
mono .bin.tio "$@" < .input.tio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment