4 lines
77 B
Text
4 lines
77 B
Text
|
#!/bin/sh
|
||
|
|
||
|
date +%s -d "$(zenity --entry)" | tr -d '\n' | xclip -selection c
|