aboutsummaryrefslogtreecommitdiff
path: root/.boilerplates/comp/run
blob: dae3494d9aca8eb18b74f9b37c4ed51703d8c10f (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env sh

g++ file.cpp || exit 1
./a.out < test.txt

xclip -selection c < file.cpp