1
0
mirror of https://github.com/danog/informatica.git synced 2024-12-02 09:27:47 +01:00
informatica/06-12-2015/cmd.sh

3 lines
67 B
Bash
Raw Normal View History

2015-12-10 17:09:30 +01:00
#!/bin/bash
# Compiler
2015-12-11 12:46:02 +01:00
for f in $@/*.cpp; do g++ $f ${f/.cpp/};done