mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
8 lines
119 B
Bash
Executable File
8 lines
119 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# $1 = build script
|
|
|
|
grep --color Required $1 &&
|
|
grep --color Recommended $1 &&
|
|
grep --color Optional $1
|