Skip to content

Instantly share code, notes, and snippets.

@webfacer
Created November 26, 2019 17:48
Show Gist options
  • Save webfacer/c7e396f3da52f383153a0393c59aec51 to your computer and use it in GitHub Desktop.
Save webfacer/c7e396f3da52f383153a0393c59aec51 to your computer and use it in GitHub Desktop.
Typo3: Parase all files in Typo3 for Hook in File
#!/bin/bash
grep -n -C 5 "SC_OPTIONS" -r vendor/typo3/cms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment