Skip to content

Instantly share code, notes, and snippets.

@travisbhartwell
Created February 6, 2009 22:38
Show Gist options
  • Save travisbhartwell/59663 to your computer and use it in GitHub Desktop.
Save travisbhartwell/59663 to your computer and use it in GitHub Desktop.
#!/bin/sh
DRYRUN="echo"; $DRYRUN ls -l
DRYRUN=""; $DRYRUN ls -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment