Skip to content

Instantly share code, notes, and snippets.

View hankpillow's full-sized avatar

igor hankpillow

  • mrboots
  • brazil, são paulo.
View GitHub Profile
#!/bin/bash
if [ "$1" = "?" ]
then
B1="\033[1m";
B2="\033[0m";
echo -e "";
echo -e "${B1}AUTHOR${B2}";
echo -e " Marcelo Miranda Carneiro - mcarneiro@gmail.com";
echo -e "";