Files
0ad/build/premake/premake5/binmodules/luasocket/test/cgi/cat
T
Itms 2c167153e9 Upgrade premake5 from alpha12 to alpha13, refs #3729.
Fixes an issue on macOS Mojave that was patched in fa1c281e79.

The list of changes can be found under
build/premake/premake5/CHANGES.txt.

This was SVN commit r22021.
2019-01-04 21:20:45 +00:00

7 lines
102 B
Bash

#!/bin/sh
echo Content-type: text/plain
echo
cat > /tmp/luasocket.cat.tmp
cat /tmp/luasocket.cat.tmp