blend/pkgmanagers/yay

7 lines
79 B
Text
Raw Normal View History

2023-01-19 03:01:12 -06:00
#!/usr/bin/env bash
BLEND_COMMAND="yay $@" blend enter arch
ret=$?
2023-01-26 01:05:10 -06:00
exit $ret