Closed yakra closed 3 years ago
If we're to eventually switch to the C++ version of the site update program, it makes sense to also implement a C++ flavored datacheck.sh. The first few thoughts that come to my head:
make
datacheck.sh
git pull
chmod +x datacheck.sh
sh datacheck.sh
./datacheck.sh
Future: turn off Makefile echoing for the executables themselves
Makefile
If we're to eventually switch to the C++ version of the site update program, it makes sense to also implement a C++ flavored datacheck.sh. The first few thoughts that come to my head:
make
included as part ofdatacheck.sh
git pull
as part ofdatacheck.sh
itself, or continue to input that manually as specified in RUNNING.md?chmod +x datacheck.sh
?sh datacheck.sh
->./datacheck.sh
?