6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname "$BASH_SOURCE")
|
|
curl -L -O -s http://ed.am/dev/make/arduino-mk/arduino.mk
|