Skip to content

Instantly share code, notes, and snippets.

@BSFishy
Created June 17, 2026 19:31
Show Gist options
  • Select an option

  • Save BSFishy/695d1129d5bdac9c9d2cf8c38e6d2237 to your computer and use it in GitHub Desktop.

Select an option

Save BSFishy/695d1129d5bdac9c9d2cf8c38e6d2237 to your computer and use it in GitHub Desktop.
troll
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