c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Sat, 19 Apr 2025 12:14:50 +0200
changeset 60 376c886727ec
parent 13 7453f9ec8b30
permissions -rwxr-xr-x
SQLite: demo modul: příklad přesunut sem: https://hg.frantovo.cz/blog/sqlite-demo-modul/
franta-hg@13
     1
#!/bin/bash
franta-hg@13
     2
franta-hg@13
     3
g++ program.cpp -o bash-offline;
franta-hg@13
     4