pages*: fix Bash, Zsh and fish names (#12481)

This commit is contained in:
Vitor Henrique
2024-03-10 03:53:17 -03:00
committed by GitHub
parent 38de1af697
commit ffa4be3e7a
47 changed files with 63 additions and 63 deletions

View File

@@ -28,6 +28,6 @@
`bash -e {{경로/대상/script.sh}}`
- `stdin`에서 bash 실행하기:
- `stdin`에서 Bash 실행하기:
`{{echo "echo 'bash가 실행되었습니다'"}} | bash`