Skip to content

Instantly share code, notes, and snippets.

View Clanwarz's full-sized avatar
🎯
Focusing

Jay V. Clanwarz

🎯
Focusing
View GitHub Profile
#!/bin/bash
mkdir temp_minqlx
cd temp_minqlx
git clone https://github.com/MinoMino/minqlx.git
cd minqlx
make
cd bin
mv minqlx* ../../../
cd ../../../
rm -Rf temp_minqlx