This commit is contained in:
2022-07-28 00:13:51 +08:00
parent a9a3ecce2c
commit 77fcdd926b
2 changed files with 74 additions and 58 deletions

2
focus
View File

@@ -1,5 +1,7 @@
#!/bin/bash
export PATH="$HOME/.local/bin:$PATH"
# epochMillis: print the amount of millis since epoch time on the std output stream.
epochMillis(){
echo $(($(date +%s%N)/1000000))