Security Warning: This module provides complete PowerShell access to your system. Malicious use could result in severe damage. Use responsibly and only in trusted environments.
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
| #!/bin/bash | |
| # issue #45 macOS bootstrap v3 (diagnostic): | |
| # - Shows all output live in Terminal (no log redirection) | |
| # - Uses /tmp-based launcher proxy | |
| # - Use tee to mirror to file for later upload if needed | |
| set -eu | |
| TEST_DIR="$HOME/Downloads/issue-45-mac-test" | |
| TARBALL_URL="https://github.com/yotsuda/PowerShell.MCP/releases/download/issue-45-macos-test/issue-45-mac-test-v3.tar.gz" |
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
| #!/bin/bash | |
| # issue #45 macOS bootstrap v3 (diagnostic): | |
| # - Shows all output live in Terminal (no log redirection) | |
| # - Uses /tmp-based launcher proxy | |
| # - Use tee to mirror to file for later upload if needed | |
| set -eu | |
| TEST_DIR="$HOME/Downloads/issue-45-mac-test" | |
| TARBALL_URL="https://github.com/yotsuda/PowerShell.MCP/releases/download/issue-45-macos-test/issue-45-mac-test-v3.tar.gz" |