1
0
Fork 0
trinitrix/update.sh

8 lines
67 B
Bash
Executable File

#!/usr/bin/env bash
cargo update && cargo upgrade
# vim: ft=sh