📝 Simple script for telling current time

This commit is contained in:
z3rOR0ne 2023-04-21 23:20:20 -07:00
parent 3daeaaeea3
commit ba4ce5d3b6

3
scripts/btime Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
date | awk '{print $4}'