02cf88bb76
GitOrigin-RevId: c4a0efdd5a728e20791b8d8d2f26f90ac228ee8d
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
|