5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Should never contain references to products.
|
||
|
! grep -iP 'leap|factory|sle' origin-manager.py osclib/origin.py
|