Skip to content

Commit

Permalink
add update script
Browse files Browse the repository at this point in the history
  • Loading branch information
rroohhh committed Jul 7, 2016
1 parent 966abff commit c921a14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/make.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/env bash
make grbl.hex
2 changes: 2 additions & 0 deletions scripts/programm.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/env bash
avrdude -C/usr/share/arduino/hardware/tools/avr/etc/avrdude.conf -v -patmega328p -carduino -P/dev/ttyUSB0 -b57600 -D -U flash:w:grbl.hex:i
5 changes: 5 additions & 0 deletions scripts/update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/env bash
git stash
git pull
./make.sh
./programm.sh

0 comments on commit c921a14

Please sign in to comment.