4 lines
77 B
Bash
Executable File
4 lines
77 B
Bash
Executable File
#! /bin/bash
|
|
CURR_DIR=$(pwd)
|
|
cd ${CURR_DIR}/out && nodemcu-uploader upload *
|