mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
* Csvkit 2.1.0 => 2.2.0 * update-csvkit: Package File Update Run on linux/386 container. * update-csvkit: Package File Update Run on linux/amd64 container. * update-csvkit: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: Ed Reel <edreel@gmail.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
3 lines
87 B
Bash
Executable File
3 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
for b in $(crew files csvkit | grep /usr/local/bin); do $b --version; done
|