mirror of
https://github.com/vgough/encfs.git
synced 2025-02-16 17:50:53 +01:00
11 lines
115 B
Bash
11 lines
115 B
Bash
#!/bin/sh
|
|
|
|
echo Creating autoconf scripts...
|
|
sh ./reconfig.sh
|
|
|
|
echo Configuring...
|
|
./configure
|
|
|
|
sh ./makedist2.sh
|
|
|