Skip to content

Instantly share code, notes, and snippets.

View Photon94's full-sized avatar

Photon94 Photon94

  • Vladivostok
  • 23:45 (UTC +10:00)
View GitHub Profile
@Photon94
Photon94 / bash_uuid_alias.txt
Last active February 17, 2024 01:39
Bash alias for uuid generation
alias uuid='python3 -c "import uuid, sys;args=sys.argv;args.append(1);[print(uuid.uuid4()) for _ in range(int(args[1]))]"'
# Usage:
# uuid 3
# adaf48fa-a636-444f-8aa1-31d9d5844a91
# a7342fde-eaa9-4b87-9834-113defb969da
# cd4d06f2-c3c9-4e46-868f-737962bae7bc