[PLUG] shell script equivalent to #if 0 ... #endif

Tim tim-pdxlug at sentinelchicken.org
Fri Aug 17 23:13:24 UTC 2012


if false; then 
  {commands}
fi

??


tim


On Fri, Aug 17, 2012 at 04:09:21PM -0700, Galen Seitz wrote:
> Hi,
> 
> Is there some sort of Bourne or Bash shell equivalent to #if 0 ...
> #endif?  I've got a group of commands in my script that take a long
> time to execute, so I'd like to temporarily disable them.
> 
> thanks,
> galen
> -- 
> Galen Seitz
> galens at seitzassoc.com
> 
> _______________________________________________
> PLUG mailing list
> PLUG at lists.pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug



More information about the PLUG mailing list