Skip to content

Instantly share code, notes, and snippets.

@nucl3ar-bean
nucl3ar-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