mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
7 lines
120 B
Bash
Executable file
7 lines
120 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# xlint.sh
|
|
|
|
[ "$XLINT" ] || exit 0
|
|
|
|
awk '{ print "srcpkgs/" $0 "/template" }' /tmp/templates | xargs xlint
|