File: dl.sh

package info (click to toggle)
tinyframe 0.1.1-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: ansic: 635; makefile: 56; sh: 22
file content (9 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

m4_files="ax_prepend_flag.m4 ax_append_flag.m4 ax_cflags_warn_all.m4
 ax_require_defined.m4 ax_compiler_vendor.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