Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
spirillen committed Oct 16, 2023
1 parent d98b303 commit 2aa0e75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
# -type f -name '*.list' -exec bash -c "sort -i -u -f '{}' \
# -o '{}' " \;
find "${{ github.workspace }}/source/" -type f -iname '*.list' \
-exec awk -F "." '{for(i=NF; i > 1; i--) printf "%s.", $i; print $1}' "{}" | \
sort -u | awk -F "." '{for(i=NF; i > 1; i--) printf "%s.", $i; print $1}'
-exec awk -F "." '{for(i=NF; i > 1; i--) printf "%s.", $i; \
print $1}' "{}" + | sort -u | awk -F "." '{for(i=NF; i > 1; i--) \
printf "%s.", $i; print $1}'
- name: 'Sort our rpz-nsdname for doublets and order by alphabet'
run: |
Expand Down

0 comments on commit 2aa0e75

Please sign in to comment.