Thanks to visit codestin.com
Credit goes to github.com

Skip to content

solidsnack/shell-escape

Repository files navigation

Library for generating fully escaped strings for use with the shell.

Simple usage examples:

> bytes (sh "abc def")
"abc' def'"

> bytes (bash "abc def")
"$'abc def'"

The first result might seem wrong -- but it is an actual shell literal.

About

Shell escaping library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •