#!/bin/sh for file in gdisk cgdisk sgdisk fixparts; do echo "installing $file" install $file /bin/ install $file.8 /share/man/man8/ done