File: dl.sh

package info (click to toggle)
dnscap 2.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,584 kB
  • sloc: ansic: 18,631; sh: 1,428; python: 1,162; makefile: 473; cpp: 306; perl: 169
file content (8 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh -e

m4_files="ax_append_flag.m4 ax_cflags_warn_all.m4 ax_require_defined.m4"

for ax in $m4_files; do
  rm -f "$ax"
  wget -O "$ax" "http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/$ax"
done