about summary refs log tree commit diff stats
path: root/pkgs/by-name/ya/yambar-memory/update.sh
blob: 407a2f60bcdf0a67e8fd1febef2c306333e1da0f (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env sh


[ "$1" = "upgrade" ] && cargo upgrade
cargo update

# vim: ft=sh