mirror of
https://github.com/CompeyDev/codenamer.luau.git
synced 2025-05-04 10:13:46 +01:00
chore(scripts): include shebang (x2)
This commit is contained in:
parent
6488277482
commit
82cd338ee5
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env lune
|
||||||
|
|
||||||
--!strict
|
--!strict
|
||||||
local fs = require("@lune/fs")
|
local fs = require("@lune/fs")
|
||||||
local process = require("@lune/process")
|
local process = require("@lune/process")
|
||||||
|
|
Loading…
Add table
Reference in a new issue