aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/gzip.sh
blob: 0cef2c66e8fea30d2a1d120f96cb709b908e3a57 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e

./configure --prefix=/usr &&

make &&

make -j1 install &&

mv -v /usr/bin/gzip /bin