File: init.sh

package info (click to toggle)
nwipe 0.25-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 352 kB
  • sloc: ansic: 3,519; makefile: 23; sh: 4
file content (8 lines) | stat: -rwxr-xr-x 116 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/bin/bash

# Script to create all the required autoconf files

aclocal
autoheader
automake --add-missing
autoconf