Advertisement
KiK0S

bld script

Feb 12th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. #!/bin/bash
  2. g++ $1.cpp -o $1 -DDEBUG -std=c++14 -fsanitize=undefined -fsanitize=bounds
  3. ./$1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement