6 lines
79 B
Bash
Executable file
6 lines
79 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
BLEND_COMMAND="yay $@" blend enter arch
|
|
ret=$?
|
|
|
|
exit $ret
|