forked from trinitrix/core
1
0
Fork 0
core/update.sh

8 lines
67 B
Bash
Executable File

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