Add s script to get timestamp from string

This commit is contained in:
Talia 2023-03-28 09:30:57 +02:00
parent 73f38b3de6
commit 5489e052aa

3
bin/s Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
exec date +%s -d "$*"