Skip to content

Commit

Permalink
Remove meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlurak committed Jan 2, 2024
1 parent 5fcdf5a commit 1142def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ mkdir _site/raw -p

for file in _licenses/*.txt; do
echo "$file"
cp "$file" "_site/raw/$(basename "$file" .txt)"
awk '/^---$/ {if (++count == 2) {p=1; next}} p' "$file" | tail -n +2 > "_site/raw/$(basename "$file" .txt)"
done

0 comments on commit 1142def

Please sign in to comment.