mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-30 00:33:59 +00:00
be911b1e16
this new "flavor" of tomb uses veracrypt for mounted volumes and POSIX sh only for its scripting, is a work in progress and still lacks full functionality, but provides a proof-of-concept to be developed further if needs arise.
4 lines
165 B
Bash
4 lines
165 B
Bash
source "$(dirname "${BASH_SOURCE[0]}")/src/output.bash"
|
|
source "$(dirname "${BASH_SOURCE[0]}")/src/error.bash"
|
|
source "$(dirname "${BASH_SOURCE[0]}")/src/lang.bash"
|