Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
git clone https://github.com/nmsprime/nmsprime
cd nmsprime

find -name 'config.cfg' -exec cat {} + | grep depends | awk '{print $3}' | tr '"' ' ' | tr '\n' ' ' | tr ';' '\n' | tr ' ' '\n' | sort | uniq

...