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
1 changed files with 3 additions and 0 deletions

3
bin/s Executable file
View File

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