try saving bash script as file

This commit is contained in:
ibrahim0814
2019-11-18 23:39:04 -08:00
parent 889584d6f9
commit 1be0517b99
93 changed files with 10599 additions and 17 deletions

15
node_modules/util/README.md generated vendored Normal file
View File

@@ -0,0 +1,15 @@
# util
[![Build Status](https://travis-ci.org/defunctzombie/node-util.png?branch=master)](https://travis-ci.org/defunctzombie/node-util)
node.js [util](http://nodejs.org/api/util.html) module as a module
## install via [npm](npmjs.org)
```shell
npm install util
```
## browser support
This module also works in modern browsers. If you need legacy browser support you will need to polyfill ES5 features.