mirror of
https://github.com/vgough/encfs.git
synced 2025-08-04 20:09:14 +02:00
7 lines
51 B
Bash
7 lines
51 B
Bash
#!/bin/sh
|
|
aclocal
|
|
autoheader
|
|
automake -a
|
|
autoconf
|
|
|