mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
13 lines
427 B
Bash
13 lines
427 B
Bash
#!/bin/sh
|
|
|
|
# ____ ____ _____ _
|
|
# / ___| _ \| ___| __ ___(_)_ __ ___
|
|
# | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire
|
|
# | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com
|
|
# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire
|
|
#
|
|
|
|
export ID_NAME=""
|
|
export ID_EMAIL=""
|
|
export ID_SOCIAL_SECURITY_NUMBER=""
|