File: cpptest.sh

package info (click to toggle)
libinih 59-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 484 kB
  • sloc: ansic: 719; cpp: 229; makefile: 68; sh: 62
file content (5 lines) | stat: -rwxr-xr-x 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/usr/bin/env bash

g++ -Wall INIReaderExample.cpp ../cpp/INIReader.cpp ../ini.c -o INIReaderExample
./INIReaderExample > cpptest.txt
rm INIReaderExample