[PR #137] [CLOSED] added link to pageboy #726

Closed
opened 2025-11-19 20:49:52 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alebcay/awesome-shell/pull/137
Author: @khtdr
Created: 2/18/2016
Status: Closed

Base: masterHead: master


📝 Commits (3)

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 README.md (+2 -1)
📝 README_ZH-CN.md (+1 -1)

📄 Description

Write your shell scripts in any combination of languages you want.

#!/usr/bin/env pageboy
# ... bash script for bash things

#!/usr/bin/perl
# ... perl script for perl things

#!/usr/bin/env ruby
# ... ruby script for whatever reason

You can mix and match all you want. If your script uses valid shebangs, it will work.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/alebcay/awesome-shell/pull/137 **Author:** [@khtdr](https://github.com/khtdr) **Created:** 2/18/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`5b0eb89`](https://github.com/alebcay/awesome-shell/commit/5b0eb89e7a2016dafb7a0c2d8b3b5183902b51bc) added link to pageboy - [`6854b02`](https://github.com/alebcay/awesome-shell/commit/6854b028eefc81388855cafd4288a9ca17e2bf55) updated redirected link to k - [`56cb425`](https://github.com/alebcay/awesome-shell/commit/56cb425112d56e3d2f5f83141a7c237d588ef1bb) fixed link to k ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -1) 📝 `README_ZH-CN.md` (+1 -1) </details> ### 📄 Description Write your shell scripts in any combination of languages you want. ``` bash #!/usr/bin/env pageboy # ... bash script for bash things #!/usr/bin/perl # ... perl script for perl things #!/usr/bin/env ruby # ... ruby script for whatever reason ``` You can mix and match all you want. If your script uses valid shebangs, it will work. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-19 20:49:52 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-shell#726