Last active
October 6, 2025 02:25
-
-
Save onokatio/244eb2cf8acf46c50b98767527c481fa to your computer and use it in GitHub Desktop.
【curl hoge | bash - 】curlで取ってきたシェルスクをbashで実行しようとして軽くハマった話 ref: http://qiita.com/onokatio/items/9201b3b05ad49efb8fd4 [Archived]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ curl hoge | bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ curl hoge | bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ bash <(curl hoge) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment