mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 01:01:12 +00:00
3 lines
56 B
Bash
Executable File
3 lines
56 B
Bash
Executable File
#!/bin/sh
|
|
grep --color=auto -P -n "[^\x00-\x80]" */*.md
|