💾 Archived View for hajime.4teri.de › dotfiles › file › scripts › cmake.sh.gmi captured on 2021-12-05 at 23:47:19. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

cmake.sh - dotfiles - Collection of my dotfiles

Log

Files

Refs

---

cmake.sh (98B)

---

1 #! /bin/sh

2 mkdir build

3 cmake .. . &&time make -j $(nproc) && doas make install

4 cd ..

5 rm -rf build

generated w/ stagit-gemini