Skip to content

arshadkazmi42/bash-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash-scripts

Personal bash scripts

Pre Requisites

List of Scripts

  • NPM
    • Fix Dependency: Fixes vulnerability in dependencies by reinstalling package-lock.json.
    • NPM Deploy: Bumps version in package.json by 0.0.1 and releases to npm (Needs npm login).
  • curl
    • Scan Broken: Sends curl request to input url and returns the HTTP Status Code.
    • Scan Redirection: Sends curl request to input url and returns final url which gets loaded (Shows the redirected url if the input url is redirected to some other url).
  • string-ops

Debugging

  • If you see error while running npm install try updating the script to use sudo npm install

About

Personal bash scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages