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

./configure --prefix=/usr &&

make &&

make -j1 install &&

mv -v /usr/bin/fuser   /bin &&
mv -v /usr/bin/killall /bin