# shell-script > Write a shell script - Author: Caleb Cushing - Repository: xenoterracide/subtree-ai - Version: 20260207221115 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/xenoterracide/subtree-ai - Web: https://mule.run/skillshub/@@xenoterracide/subtree-ai~shell-script:20260207221115 --- --- # SPDX-FileCopyrightText: Copyright © 2026 Caleb Cushing # # SPDX-License-Identifier: CC-BY-NC-4.0 name: shell-script description: Write a shell script license: CC-BY-NC-4.0 metadata: author: Caleb Cushing allowed-tools: sh zsh dash bash sed awk grep find xargs cut tr sort uniq head tail wc curl wget --- - always verify with `shellcheck` for best practices, and fix any issues - only write a posix compliant shell script unless otherwise specified or in a shell-specific file such `.zshrc` or files with extensions like `.bash` or `.zsh`