Use a timestamp in Bitlair Tweets
This commit is contained in:
parent
7dc536f4ac
commit
3f72b3c9b3
2 changed files with 2 additions and 2 deletions
2
bitlair_closed.d/80_twitter
Normal file → Executable file
2
bitlair_closed.d/80_twitter
Normal file → Executable file
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
bitlair-tweet "We are closed."
|
||||
bitlair-tweet "We closed at $(date +%s)"
|
||||
|
|
2
bitlair_open.d/80_twitter
Normal file → Executable file
2
bitlair_open.d/80_twitter
Normal file → Executable file
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
bitlair-tweet "We are OPEN!"
|
||||
bitlair-tweet "We OPENED at $(date +%s)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue