Add shebang to index.coffee

This commit is contained in:
bobwen-dev 2021-01-29 15:51:15 +08:00
parent 2a3a0458c9
commit 3183974a7d
1 changed files with 2 additions and 0 deletions

2
index.coffee Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env coffee
util = require 'util'
got = require 'got'
dayjs = require 'dayjs'