5 lines
197 B
Bash
Executable File
5 lines
197 B
Bash
Executable File
#!/usr/bin/env nix-shell
|
|
#!nix-shell -i bash -p ripgrep findutils
|
|
|
|
rg "tag = " --files-with-matches | xargs rg "updateScript = " --files-with-matches | xargs rg "changelog =" --files-without-match
|