Files
sientia-dataops-laborious_t…/encode.sh
vitor-aignosi 58f726089e Add encode.sh
2026-08-25 11:11:31 -03:00

13 lines
203 B
Bash
Executable File

source ./venv/bin/activate
pip install pathspec
pip install pyyaml
echo "
.git" >> .gitignore
python encrypt.py ./ code --ignore .gitignore --chunk-size 100000
sed -i '/.git/d' .gitignore
xdg-open .