Skip to content

Instantly share code, notes, and snippets.

@paulrobinson
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save paulrobinson/8cf63c630fb259549c89 to your computer and use it in GitHub Desktop.

Select an option

Save paulrobinson/8cf63c630fb259549c89 to your computer and use it in GitHub Desktop.
Demonstrates "bash -e"
#!/bin/bash -e
echo 1
echo 2
ls /tmp/dadsadfssadasdda
echo 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment