1
0
mirror of https://github.com/benhoyt/inih.git synced 2025-01-17 22:22:53 +08:00
inih/examples/cpptest.sh
2022-07-12 21:11:30 +12:00

6 lines
155 B
Bash
Executable File

#!/usr/bin/env bash
g++ -Wall INIReaderExample.cpp ../cpp/INIReader.cpp ../ini.c -o INIReaderExample
./INIReaderExample > cpptest.txt
rm INIReaderExample