This commit is contained in:
Matt Nish-Lapidus 2024-11-09 14:14:31 -05:00
parent bdc0de8b47
commit b500763572
4 changed files with 63 additions and 20 deletions

View file

@ -0,0 +1,5 @@
#!/usr/bin/env fish
function yabup --description 'update yabridge'
yabridgectl sync --prune $argv
end