comparison LoadFile/load.dfu @ 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 c86eb7d0a693
children 45feb80a2ad1
comparison
equal deleted inserted replaced
394:0d96d2bbf225 401:99f93dec8fea
1 #!/bin/bash 1 #!/usr/bin/env bash
2 # Convenience script for loading firmware onto a dfu type device 2 # Convenience script for loading firmware onto a dfu type device
3 # By default, initiates dfu-util 3 # By default, initiates dfu-util
4 4
5 SERIAL_PORT="" 5 SERIAL_PORT=""
6 AUTO_SCREEN_SESSION="" 6 AUTO_SCREEN_SESSION=""