Add timestamp script

This commit is contained in:
Talia 2023-03-21 14:33:17 +01:00
parent e351f49002
commit 912261ccae
1 changed files with 3 additions and 0 deletions

3
bin/timestamp Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
date +%s -d "$(zenity --entry)" | tr -d '\n' | xclip -selection c