Skip to content

Instantly share code, notes, and snippets.

@matheuseduardo
Created July 15, 2019 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matheuseduardo/c55b4e907783c0c9308749ebc22f6a65 to your computer and use it in GitHub Desktop.
Save matheuseduardo/c55b4e907783c0c9308749ebc22f6a65 to your computer and use it in GitHub Desktop.
PASTAINICIO=$(pwd);
PATHHEADER="$PASTAINICIO/.header"
if (test -r $PATHHEADER)
then
cat $PATHHEADER;
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment