Skip to content

Instantly share code, notes, and snippets.

View nuclear-bean's full-sized avatar

nuclear bean nuclear-bean

View GitHub Profile
@nuclear-bean
nuclear-bean / gohome.sh
Created July 17, 2020 09:16
Bash script that counts down to the end of a workday. Helps you to survive yet another day in the office
#!/bin/bash
interval=0
dif=0
cur=0
function show_time () {
num=$1
min=0
hour=0
if((num>59));then