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

6 lines
63 B
Bash
Executable File

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