New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

savescript

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

savescript

save command line scripts with ease

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

savescript

Description

Simple command line utility which facilitates automating zsh/bash/sh scripts

Typical Usage

Via last command:

➜  ~ echo "foo"
foo
➜  ~ savescript foo
➜  ~ foo
foo

Via pipe:

➜  ~ echo "bar" | savescript bar
➜  ~ bar
bar

First Time Usage

➜  ~ sudo npm i -g savescript
...
➜  ~ echo "my first script"
my first script
➜  ~ savescript first-script
 First time running savescript detected. Please type "source /home/kev/.zshrc" or reload your shell.
➜  ~ source /home/kev/.zshrc
➜  ~ first-script
my first script

FAQs

Package last updated on 11 Jan 2022

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