markhuyong / bash-program-template

Template for faster writing Bash scripts in Repl.it.

Home Page:https://replit.com/@EmilySeville7cfg/bash-program-template#README.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bash program template

Description

Template for faster writing Bash scripts in Repl.it.

Notes

  • Nix packages:
  • Fisher packages:
  • Shell aliases:
    • Elvish:
      • edit:small-word-abbr['e'] = 'echo'
      • edit:small-word-abbr['pf'] = 'printf'
      • edit:small-word-abbr['i'] = 'if'
      • edit:small-word-abbr['w'] = 'while'
      • edit:small-word-abbr['f'] = 'for'
    • Bash:
      • Bash aliases will be added as soon as .bashrc config and others the same in the $HOME directory are not cleared at every page reload.

About

Template for faster writing Bash scripts in Repl.it.

https://replit.com/@EmilySeville7cfg/bash-program-template#README.md


Languages

Language:Shell 70.1%Language:Nix 29.9%