mirror of https://github.com/bobwen-dev/htpdate
Add shebang to index.coffee
This commit is contained in:
parent
2a3a0458c9
commit
3183974a7d
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env coffee
|
||||
|
||||
util = require 'util'
|
||||
got = require 'got'
|
||||
dayjs = require 'dayjs'
|
||||
|
|
Loading…
Reference in New Issue