Skip to content

Instantly share code, notes, and snippets.

@onokatio
Last active October 6, 2025 02:25
Show Gist options
  • Save onokatio/244eb2cf8acf46c50b98767527c481fa to your computer and use it in GitHub Desktop.
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]
$ curl hoge | bash
$ curl hoge | bash
$ bash <(curl hoge)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment