Created
October 2, 2017 18:47
-
-
Save GoranLilja/9181997c1b550e8ed30ba7b20c91286c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file="$HOME/.id" | |
if [ ! -f $file ] | |
then | |
uuidgen >> $file | |
fi | |
cat $file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment