skia2/experimental/webtry/safec++
2014-04-30 19:38:51 +00:00

8 lines
108 B
Bash
Executable File

#!/bin/bash
# Limit the amount of time and the core size for the compiler.
set -e
ulimit -t 5 -c 0
c++ $@