Files
BMLFS/build-scripts/which-2.21.build
2018-12-25 23:17:27 -06:00

6 lines
135 B
Bash
Executable File

#! /bin/bash
./configure --prefix=/usr &&
read -p "Compile?" && make -j2 &&
read -p "Install?" && sudo -S porg -lD "make -j1 install"