Start removing select Linux-isms
bash might not be in /bin. Don't expect it there.
This commit is contained in:
parent
7b7a55899f
commit
0e6f107ea1
17 changed files with 17 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Just in case there was an extra ledTest.bash (don't care if error)
|
||||
rm /dev/ttyACM0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# Combines a given bootloader image and firmware image into a single firmware binary
|
||||
# Manufacturing deliverable
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
printf "led\r" > /dev/ttyACM0
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# Loads firmware image using an SWD Flasher
|
||||
# Uses MCHCK ruby flasher toolchain
|
||||
# NOTE: Only tested with a buspirate on Linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue