Skip to content

Handy little bash script to tell you how many days until retirement you have

Notifications You must be signed in to change notification settings

RobCod/DaysTillRetirement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

DaysTillRetirement

Handy little bash script to tell you how many days until retirement you have

How to use:

  1. Edit the script with the date you want to retire and save the script.
  2. open a terminal where you stored the shell file and type ./DaysTillRetirement.
  3. If you want the program to start when you login; add an Application autostart entry with -terminator -e "bash -c '~/DaysTillRetirement.sh;echo Press any key to close this window...;read -sn1 null'" Replace "Terminator" with your preferred terminal program and path where you put it.

If it won't run just open up a terminal and type chmod +x DaysTillRetirement.sh and hit enter

About

Handy little bash script to tell you how many days until retirement you have

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages