mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-29 18:40:38 +00:00
5 lines
133 B
Bash
Executable File
5 lines
133 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Stub for rustup curl-pipe-bash installer — does nothing.
|
|
echo "$@" >> "${RUSTUP_STUB_LOG:-/dev/null}"
|
|
exit 0
|