conf.sh: base insensitive for even less typing

This commit is contained in:
Ciro Santilli
2018-05-06 11:28:54 +01:00
parent e05f447f87
commit 37743c40c3
3 changed files with 22 additions and 22 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/sh
zcat /proc/config.gz | grep "${1:-}"
zcat /proc/config.gz | grep -Ei "${1:-}"