shsscrpt
v1.1.1
Published
The ShellScript Compiler
Downloads
8
Readme
ShellScript
This is the official ShellScript compiler. ShellScript is a language that compiles written lines of code to runnable shell commands.
Install
Install using npm
$ npm install shsscrpt
About
ShellScript is a shell command runner written in Python.
Syntax
Basic ShellScript looks like a .gitignore
file. Simply write the commands you want, each command gets it own line. See example.shs
.
Running
You can use ShellScript by creating a .shs
file and putting your commands in the file. Then, run your file using shs.run
- for a run configuration, or shs <filename>
- in the terminal. (Note: shs <filename>
will only work if you have downloaded ShellScript through npm)