forked from loopandlearn/lnl-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBuildLoopDev.sh
More file actions
executable file
·19 lines (15 loc) · 788 Bytes
/
BuildLoopDev.sh
File metadata and controls
executable file
·19 lines (15 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash # script BuildLoopDev.sh
# -----------------------------------------------------------------------------
# This file is GENERATED. DO NOT EDIT directly.
# If you want to modify this file, edit the corresponding file in the src/
# directory and then run the build script to regenerate this output file.
# -----------------------------------------------------------------------------
script_name="BuildLoopDev.sh"
# add special font
NC='\033[0m'
ERROR_FONT='\033[1;31m'
# redirect message
echo -e "${ERROR_FONT}The ${script_name} script has been superceded:${NC}"
echo " Use the BuildLoop script instead:"
echo "/bin/bash -c \"\$(curl -fsSL https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoop.sh)\""
# *** End of inlined file: src/BuildLoopDev.sh ***