comparison Lib/CMake/sizeCalculator @ 401:99f93dec8fea

Start removing select Linux-isms bash might not be in /bin. Don't expect it there.
author Dan McGregor <dan.mcgregor@usask.ca>
date Mon, 10 Aug 2015 14:49:46 -0600
parents 6ac92b8614c0
children
comparison
equal deleted inserted replaced
394:0d96d2bbf225 401:99f93dec8fea
1 #!/bin/bash 1 #!/usr/bin/env bash
2 #| Jacob Alexander 2014 2 #| Jacob Alexander 2014
3 #| Arg List 3 #| Arg List
4 #| 1 - size binary (e.g. avr-size) 4 #| 1 - size binary (e.g. avr-size)
5 #| 2 - measurement type (flash or ram) 5 #| 2 - measurement type (flash or ram)
6 #| 3 - binary file (e.g. kiibohd.hex) 6 #| 3 - binary file (e.g. kiibohd.hex)