Mia-Rain / psh

PurifiedSH or pSH is a simple sourceable script that replaces basic utils with puresh alternatives to make scripts more portable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-------------------------------
# pSH: portable pureSH util replacements
-------------------------------
# pSH is a single script which can be sourced (`.`)
# to replace basic utils such as
  - grep
  - seq
  - cat
  - ls
  - touch
# with pure(POSIX)SH ones 
# allowing for faster, and more portable (shell) scripts
-------------------------------
# scripts are grabbed from (github) ThatGeekyWeeb/shapplet
-------------------------------
# Requires:
  - curl
  - /bin/sh
-------------------------------
# Usage:
. ./psh
# running this will replace all utils listed @ ThatGeekyWeeb/shapplet
# with pureSH functions
-------------------------------

About

PurifiedSH or pSH is a simple sourceable script that replaces basic utils with puresh alternatives to make scripts more portable

License:Other


Languages

Language:Shell 100.0%