1
0
mirror of https://github.com/benhoyt/inih.git synced 2025-02-05 07:08:23 +08:00
inih/examples/cpptest.sh
2019-05-24 00:55:02 -07:00

6 lines
149 B
Bash
Executable File

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