mirror of
git://slackware.nl/current.git
synced 2025-01-06 05:25:20 +01:00
6 lines
79 B
Text
6 lines
79 B
Text
|
#!/bin/sh
|
||
|
cfdisk.bin $*
|
||
|
if [ -x /dev/makedevs.sh ]; then
|
||
|
/dev/makedevs.sh
|
||
|
fi
|