mirror of
git://slackware.nl/current.git
synced 2025-01-08 05:24:13 +01:00
6 lines
78 B
Text
6 lines
78 B
Text
|
#!/bin/sh
|
||
|
fdisk.bin $*
|
||
|
if [ -x /dev/makedevs.sh ]; then
|
||
|
/dev/makedevs.sh
|
||
|
fi
|