#!/bin/bash
if [ -z "$pw" ]; then read -s -p 'pass:' pw; echo; fi
echo "$pw" | encfs -S ~/.Z ~/Z/c
echo "$pw" | encfs -S /d/.Z ~/Z/d
echo "$pw" | encfs -S /e/.Z ~/Z/e
echo "$pw" | encfs -S /e/.Z1 ~/Z/e1
