mirror of
https://github.com/callumio/scenics.git
synced 2025-12-17 03:29:21 +00:00
3 lines
126 B
Bash
Executable file
3 lines
126 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
grep '^pkgs/' | cut -d'/' -f2 | cut -d'.' -f1 | sort -u | jq -R '{"package": .}' | jq -sc '{"include": .}'
|