On Wed, Jun 11, 2008 at 09:45:58AM +0200, Roberto A. Foglietta wrote:
>Hi to all,
>
> I would know how I can write this
>
> if ! true; then echo ciao; fi

if test ! true; then echo use test;fi
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to