darkrc/bin/timestamp

4 lines
77 B
Bash
Executable File

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