Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created September 5, 2018 13:00
Show Gist options
  • Save Voronenko/2690da8b30f5d1805725f548e4059c4c to your computer and use it in GitHub Desktop.
Save Voronenko/2690da8b30f5d1805725f548e4059c4c to your computer and use it in GitHub Desktop.
tmp=`mktemp -d /tmp/test-XXXXX`
trap "rm -rf $tmp" EXIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment