aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/grep.sh
blob: 77666446e47a4d3fa6dc2fbd02a8c68de7ee0852 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

./configure --prefix=/usr --bindir=/bin &&

make &&

make -j1 install