Skip to content

Instantly share code, notes, and snippets.

View Photon94's full-sized avatar

ρнσтση Photon94

  • Moscow
  • 21:41 (UTC +03:00)
View GitHub Profile
@Photon94
Photon94 / uuid_generator.sh
Last active May 13, 2024 13:06
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