3 lines
83 B
Bash
Executable File
3 lines
83 B
Bash
Executable File
#!/usr/bin/env bash
|
|
pdfgrep -h -i -C 10 "$1" /synced/fh/cloud_computing/scriptum/*
|