Skip to content

Instantly share code, notes, and snippets.

View vasi786's full-sized avatar
🎯
Focusing

Vasista vasi786

🎯
Focusing
  • University of Groningen
  • Groningen
View GitHub Profile
@ttscoff
ttscoff / dontforget.bash
Last active June 12, 2024 21:04
Quick reminders from Terminal (bash)
#!/bin/bash
# dontforget
#
# A stupid script for short term reminders in bash
#
# Arguments just need to contain a number and a bunch of words.
#
# The number can be anywhere in the arguments, but there shouldn't
# be any other numeric digits.
#