6 lines
60 B
Bash
6 lines
60 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
autoconf
|
||
|
autoheader
|
||
|
rm -rf autom4te.cache # evil
|