Skip to content
/ psh Public

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

License

Notifications You must be signed in to change notification settings

Mia-Rain/psh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

-------------------------------
# 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages