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.
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to