mirror of
https://github.com/shadoll/sscript.git
synced 2026-02-04 11:03:25 +00:00
first init
This commit is contained in:
11
scripts/hello.js
Executable file
11
scripts/hello.js
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
// @package sscripts
|
||||
// @author sHa <sha@shadoll.dev>
|
||||
// @copyright 2019 shadoll
|
||||
// @version 19.6.7
|
||||
// @link https://shadoll.dev
|
||||
|
||||
const [,, ...args] = process.argv
|
||||
|
||||
console.log(`Hello ${args}`)
|
||||
Reference in New Issue
Block a user