mirror of
https://github.com/danog/informatica.git
synced 2024-12-02 09:27:47 +01:00
3 lines
67 B
Bash
3 lines
67 B
Bash
#!/bin/bash
|
|
# Compiler
|
|
for f in $@/*.cpp; do g++ $f ${f/.cpp/};done |