2 lines
111 B
Bash
2 lines
111 B
Bash
#!/bin/sh
|
|
yay -Si --logfile /dev/null %s | grep '^Version' | cut -d':' -f2- | sed 's/ //g;1!s/iB$//g;1!s/B//g'
|