mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
3 lines
89 B
Bash
Executable File
3 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
for b in $(crew files libvisio | grep /usr/local/bin); do $b --version; done
|