move useful scripts to script folder
This commit is contained in:
parent
7341718f92
commit
6ce481e95b
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bun
|
||||
|
||||
import path from "path"
|
||||
const toDynamicallyImport = path.join(process.cwd(), process.argv[2])
|
||||
await import(toDynamicallyImport)
|
||||
Loading…
Add table
Add a link
Reference in a new issue