Last active
March 9, 2023 10:31
-
-
Save jeansymolanza/05b69a05bcd985884d878f353475f869 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
RANDOM_SECONDS=$((RANDOM % 60)) | |
DATE_WITH_RANDOM_SECONDS=$(date -d "+${RANDOM_SECONDS} seconds" "+%Y%m%d%H%M%S") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment