mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
3 lines
113 B
Bash
Executable File
3 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
for f in $(crew files util_linux | grep /usr/local/sbin); do $f --version; $f --help | head -5; done
|