#!/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
