Back to skills

Bash / Shell scripting

Systems Since Apr 2021
L3
50/100

Other technologies

Bash Linux

Evidence

  • Why this level

    Summary

    Bash / Shell scripting is used to automate system commands, installer scripts, documentation generation scripts, and deployment command chains on virtual machines. L3 remains cautious but justified by repeated use across application and operations contexts.

  • Current ceiling

    Summary

    L4 would require a richer public corpus: versioned shell scripts, documented robustness conventions, systematic error handling, idempotence, script tests, and more advanced shell ecosystem usage.

  • Documentation generation script

    No source

    The ERON corpus contains a Bash script generating PDF/Docx documents from Markdown through Pandoc and XeLaTeX, used to industrialize documentation deliverables.

  • GeoNature installer scripts

    PR Source

    GeoNature PRs on installer scripts, nvm, and installation paths confirm shell usage in an open-source operations context.

  • Deployment through remote commands

    Permalink Source

    Portfolio deployment workflows execute remote commands through SSH/SCP to rebuild and restart services on a VM.