mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 10:52:15 +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
|