File: cpptest.sh

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

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