Best of Bash — August 2024
- 1
- 2
- 3
Lobsters·2ymeithecatte/bashfuck: Write any bash with only the punctuation characters
bashfuck is a unique bash dialect allowing the use of only ASCII special characters, without letters or numbers. It comes with a bashfuck encoder for translating regular bash scripts. The tool relies on the precise wording of bash error messages in English locales and utilizes a workaround for capturing stderr. Users are encouraged to improve the existing decoding code through contributions.
