Add s script to get timestamp from string
This commit is contained in:
parent
73f38b3de6
commit
5489e052aa
1 changed files with 3 additions and 0 deletions
3
bin/s
Executable file
3
bin/s
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
exec date +%s -d "$*"
|
Loading…
Reference in a new issue