about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/generate_moz_extension/update.sh
blob: c678b421bf826ea2d91091ebc509008b5b38cb42 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env sh

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

# vim: ft=sh