7 lines
77 B
Bash
Executable File
7 lines
77 B
Bash
Executable File
#!/bin/bash -eu
|
|
#
|
|
# Update firmware from sources
|
|
#
|
|
|
|
make -C fw_source update
|