#!/bin/sh cd scripts/ cp * /usr/local/bin/ cd ../dmenu-5.0/ make install cd ../dwm-6.2 make install cd ../st-0.8.4 make install cd ..