mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
optional build_scripts
This commit is contained in:
6
check_custom_build_flags_mega2560-net.sh
Executable file
6
check_custom_build_flags_mega2560-net.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#! /bin/bash
|
||||
CUSTOM_BUILD_FLAGS_FILE=custom-build-flags/build_flags_mega2560-net.sh
|
||||
if [ -f $CUSTOM_BUILD_FLAGS_FILE ]; then
|
||||
source $CUSTOM_BUILD_FLAGS_FILE
|
||||
fi
|
||||
echo $FLAGS
|
||||
Reference in New Issue
Block a user