Skip to content

Instantly share code, notes, and snippets.

@GoranLilja
Created October 2, 2017 18:47
Show Gist options
  • Save GoranLilja/9181997c1b550e8ed30ba7b20c91286c to your computer and use it in GitHub Desktop.
Save GoranLilja/9181997c1b550e8ed30ba7b20c91286c to your computer and use it in GitHub Desktop.
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