zu sanghee
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
854dd306d6
commit
1142bf67aa
1 changed files with 8 additions and 0 deletions
8
zu-sanghee
Executable file
8
zu-sanghee
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
arrival="2014-7-14"
|
||||
arrival="2014-8-20"
|
||||
|
||||
export arrival
|
||||
|
||||
python3 -c 'import os; import datetime; day=datetime.datetime.strptime(os.environ["arrival"], "%Y-%m-%d"); delta = day - datetime.datetime.now(); print("Sanghee is %sd away" % (delta.days))'
|
Loading…
Reference in a new issue