This website requires JavaScript.
Explore
Help
Sign In
danog
/
informatica
Watch
1
Star
0
Fork
0
You've already forked informatica
mirror of
https://github.com/danog/informatica.git
synced
2024-12-02 09:27:47 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
a9ba5dc2b0
informatica
/
06-12-2015
/
cmd.sh
3 lines
67 B
Bash
Raw
Normal View
History
Unescape
Escape
Added compiler script
2015-12-10 17:09:30 +01:00
#!/bin/bash
# Compiler
Update cmd.sh Fix build script
2015-12-11 12:46:02 +01:00
for
f in
$@
/*.cpp
;
do
g++
$f
${
f
/.cpp/
}
;
done
Reference in New Issue
Copy Permalink