mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +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
|