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: e2ba3c699f22ac9de8e065a949774f51ef41a85b (
plain
)
1
2
3
4
5
#!/bin/bash
NOCPP
=
$(
echo
$1
|
sed
"s/\.cpp//"
)
g++
$1
-o
$NOCPP
.o ./
$NOCPP
.o