#!/bin/sh device=$1 if [ -z "$device" ]; then device=/dev/sda fi fdisk $device >/dev/null <