aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/webtry/safec++
blob: ec40bed08d2dce61b4a4ad43aa84cbe2f0d72c78 (plain)
1
2
3
4
5
6
7
#!/bin/bash
# Limit the amount of time and the core size for the compiler.
set -e

ulimit -t 5 -c 0

c++ $@