New functions/bin structure

This commit is contained in:
2021-08-02 05:18:07 -06:00
parent 2500a49c1e
commit e726ba61ae
54 changed files with 313 additions and 665 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env sh
function parse_timestamp {
date -d "@$1"
}
parse_timestamp