Initial tableting structure

This commit is contained in:
2023-03-29 19:44:01 -05:00
parent 0f1b0a9b94
commit c5d80b6c25
36 changed files with 284 additions and 80 deletions

View File

@@ -19,11 +19,11 @@ function main() {
# NOTE: Remove if you want to pass file(s) besides directories...
if [ ! -d "${path}" ]; then
echo "<change_me>: Path given not a directory..."
echo "Coherence: Path given not a directory..."
exit 1
fi
cd "/opt/"
python /opt/<change_me>.zip "$@"
python /opt/coherence.zip "$@"
}
main "$@";
main "$@";