Changed file extension back

This commit is contained in:
Wryn Wagner
2019-07-18 17:52:16 -06:00
parent cb67fb7efa
commit 0146f199de
7 changed files with 0 additions and 0 deletions

6
bash/time Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
alias datereadable='date +"%A %B %d, %Y"'
function clock() {
watch -t -n1 "date +'%H : %M : %S' | figlet";
}