index
:
dotfiles
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
.scripts
/
compiler_cpp.sh
blob: 14f78a514faddd26dd83d0e2d122aecf96729dbf (
plain
)
1
2
3
4
5
#!/bin/bash
NOCPP
=
$(
echo
$1
|
sed
"s/\.cpp//"
)
g++
$1
-o
$NOCPP
./
$NOCPP