summaryrefslogtreecommitdiff
path: root/runc
blob: a68ac833e24535f2b443a7d963660e7fd09b2aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -e

g++ $1 -o temp

chmod +x temp

./temp

rm temp