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