mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
* Add vtk package * Update deps. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Zopolis4 <creatorsmithmdt@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com>
3 lines
101 B
Bash
Executable File
3 lines
101 B
Bash
Executable File
#!/bin/bash -ex
|
|
for b in $(crew files ${1} | grep /usr/local/bin); do $b -v 2>&1 || $b -h 2>&1; done
|