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

3 lines
63 B
Bash

#!/bin/bash
# Compiler
for f in $@/*; do g++ $f ${f/.cpp/};done