mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
use shebang for generate-emoji script
This commit is contained in:
parent
ed0a47fe2c
commit
1a1153aed6
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
"use strict";
|
||||
|
||||
const got = require("got");
|
||||
|
|
Loading…
Reference in a new issue