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

8 lines
67 B
Bash
Raw Normal View History

2023-10-16 11:56:18 +00:00
#!/usr/bin/env bash
cargo update && cargo upgrade
# vim: ft=sh