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
| #!/usr/bin/env bash | |
| # Takumi Guard の registry 設定ファイルを pip / uv / npm / pnpm / bundle 用に配置する。既に存在するファイルは触らない | |
| set -euo pipefail | |
| # ---------------------------------------------------------------------- | |
| # 実行前の注意書き | |
| # ---------------------------------------------------------------------- | |
| read -r -d '' NOTICE <<'EOF' || true | |
| 実行前にこのスクリプトの内容は確認しましたか? | |
| 内容を理解せず実行しようとしていませんか? |
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
| #!/usr/bin/env bash | |
| # Takumi Guard の registry を pip / pip3 / npm / pnpm / bundle に公式コマンド経由で設定する。 | |
| set -euo pipefail | |
| # ---------------------------------------------------------------------- | |
| # 実行前の注意書き | |
| # ---------------------------------------------------------------------- | |
| read -r -d '' NOTICE <<'EOF' || true | |
| 実行前にこのスクリプトの内容は確認しましたか? | |
| 内容を理解せず実行しようとしていませんか? |
OlderNewer