6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# xlint.sh
|
|
|
|
awk '{ print "srcpkgs/" $0 "/template" }' /tmp/templates | xargs xlint
|