blend/pkgmanagers/yay
2023-01-26 12:35:10 +05:30

6 lines
79 B
Bash
Executable file

#!/usr/bin/env bash
BLEND_COMMAND="yay $@" blend enter arch
ret=$?
exit $ret