Add timestamp script
This commit is contained in:
parent
e351f49002
commit
912261ccae
1 changed files with 3 additions and 0 deletions
3
bin/timestamp
Executable file
3
bin/timestamp
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
date +%s -d "$(zenity --entry)" | tr -d '\n' | xclip -selection c
|
Loading…
Reference in a new issue