view Lib/CMake/writer @ 412:e7a3be42ae1e

Debug code for interconnect cable debugging
author Jacob Alexander <haata@kiibohd.com>
date Sat, 20 Feb 2016 13:27:49 -0800
parents 99f93dec8fea
children
line wrap: on
line source

#!/usr/bin/env bash
#| Jacob Alexander 2014
#| Arg List
#| 1 - File to write to         (e.g. final_chip)
#| 2 - Contents writing to file (e.g. at90usb1286)

printf "$2" > "$1"

exit $?