1 2 3 4 5 6 7 8 9 10
#!/bin/bash set -e set -x tar -xzf slstatus-1.1.tar.gz cd slstatus-1.1 patch <../my.diff make config.h sudo make install