source: gs3-extensions/selfcontained-rust/trunk/INSTALL-RUST.sh@ 38090

Last change on this file since 38090 was 38090, checked in by davidb, 10 months ago

Initial cut at files

  • Property svn:executable set to *
File size: 113 bytes
Line 
1#!/bin/bash
2
3
4export RUSTUP_HOME=$PWD/rustup
5export CARGO_HOME=$PWD/cargo
6
7./rust-init.sh \
8 --no-modify-path
Note: See TracBrowser for help on using the repository browser.