c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Sat, 19 Nov 2016 19:53:12 +0100
changeset 32 0eaa8735a083
parent 13 7453f9ec8b30
permissions -rwxr-xr-x
libevent: echo místo rot13
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4