6 lines
57 B
Bash
Executable file
6 lines
57 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
rustup update
|
|
${INPUT_ARGS}
|