mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 09:03:50 +02:00
5 lines
95 B
Bash
Executable file
5 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# xlint.sh
|
|
|
|
awk '{ print "srcpkgs/" $0 "/template" }' /tmp/templates | xargs xlint
|