Start removing select Linux-isms
bash might not be in /bin. Don't expect it there.
This commit is contained in:
parent
5c442e0434
commit
6cea31c463
17 changed files with 17 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#| Jacob Alexander 2014
|
||||
#| Arg List
|
||||
#| 1 - size binary (e.g. avr-size)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#| Jacob Alexander 2014
|
||||
#| Arg List
|
||||
#| 1 - File to write to (e.g. final_chip)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue