1.1.1 • Published 8 years ago

shsscrpt v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

ShellScript

Join the chat at https://gitter.im/chikadi/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)

1.1.1

8 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago