Upload files to "/"

This commit is contained in:
2026-07-23 01:15:52 +00:00
parent 315710ddee
commit f5d9199e63
+12
View File
@@ -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