Skip to content

Instantly share code, notes, and snippets.

View HikariKnight's full-sized avatar
💭
I may be slow to respond.

HikariKnight HikariKnight

💭
I may be slow to respond.
  • /home
View GitHub Profile
#!/bin/bash
# Dependency: termdown
# pip3 install termdown
# I recommend to install termdown inside a python3 venv that you have in your $PATH instead of on your system python
if [[ $@ == "" ]]
then
termdown -f roman -T "Be Right Back" 5 && termdown -f roman -T 'Chris is LATE !'
elif ! [ $1 -eq $1 ] 2>/dev/null
then