Created
June 17, 2026 19:31
-
-
Save BSFishy/695d1129d5bdac9c9d2cf8c38e6d2237 to your computer and use it in GitHub Desktop.
troll
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
| printf 'function troll() {\n start_sec=%s\n now_sec=$(date +%%s)\n days_passed=$(( (now_sec - start_sec) / 86400 ))\n sleep_time=$(echo "$days_passed * 0.010" | bc)\n sleep "$sleep_time"\n}\ntroll' "$(date +%s)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment