alexanderepstein / Bash-Snippets

A collection of small bash scripts for heavy terminal users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: create a http_get script for all the other web utilities to use.

antofthy opened this issue · comments

A lot of the utilities has code the look for curl, wget, etc.
Add a utility to do that, and have all the other scripts use it.

Heck my own version of "http_get" can even do the request using: perl, lynx, netcat, mconnect, or gnu-awk to make the web request, if it is needed! It even has a pure BASH v2 method built into it.

I have toyed with the idea of creating a bash-snippets helpers file which would contain all the functions like these. My philosophy has been that each script file should be self contained for easier portability, but I do see the value in this. I may change my mind if someone decides to submit a pull request doing this.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

commented

This issue has been automatically closed because it has been inactive for 30 days.