applets wish: beep and sfdisk

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Tue Aug 18 17:17:37 UTC 2009


On Tue, Aug 18, 2009 at 07:10:30PM +0200, Natanael Copa wrote:
>In case someone have time I'd like to have a 'beep' applet in busybox.
>Its handy on headless boxes.

printf "\a" ?
for your convenience:
cat > /bin/beep <<hmz
#!/bin/sh
/usr/bin/printf "\a"
hmz
chmod +x /bin/beep
>
>and sfdisk is a very nice tool to create partitions from scripts. beats
>parted.

our fdisk should be massaged into an sfdisk. Would be handy IMHO,
agreed.


More information about the busybox mailing list