5 lines
48 B
Bash
5 lines
48 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
autoreconf -i
|
||
|
rm -rf autom4te.cache/
|