diff --git a/ts b/ts new file mode 100644 index 0000000..dd0878c --- /dev/null +++ b/ts @@ -0,0 +1,12 @@ +#!/bin/bash + +## TIMESTAMP GENERATOR +## 20260507-180056 + +clear +ts=$(date -u +"%Y%m%d-%H%M%S") +echo $ts | xclip -selection clipboard +echo $ts +#date -u +"%Y%m%d-%H%M%S" +read -r +#./ts