mirror of
https://github.com/shadoll/sscript.git
synced 2026-08-28 03:53:11 +00:00
first init
This commit is contained in:
Executable
+11
@@ -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