c7cb07f092
GitOrigin-RevId: 1536926ef5621b09bba54035ae2bb6d806d72ac8
4 lines
88 B
Bash
Executable file
4 lines
88 B
Bash
Executable file
#!/usr/bin/env nix-shell
|
|
#!nix-shell -p cargo -i bash
|
|
cd "$(dirname "$0")"
|
|
cargo update
|