mirror of
https://github.com/XAMPPRocky/tokei.git
synced 2026-05-28 00:20:57 +02:00
99969c2baf
Seperate project coming soon
5 lines
66 B
Bash
Executable File
5 lines
66 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
rustup default $1
|
|
rustup target add $2
|