🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

datscript.sh

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datscript.sh

Compile datscript to bash

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

datscript.sh

Compile datscript to bash

npm install datscript.sh

Usage

var ds = require('datscript.sh')

var bash = ds(
  'run echo hello world\n'+
  'pipe\n'+
  '  echo piping\n'+
  '  cat'
)

console.log(bash)

Command line usage

npm install -g datscript.sh
datscript.sh test.ds | bash

Running the above will convert the datscript test.sh to bash and execute it

License

MIT

FAQs

Package last updated on 17 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts