265dff3329
Some changes to UI, file encryption, the pacman game and the readme.
4 lines
99 B
Bash
4 lines
99 B
Bash
#!/bin/bash
|
|
echo "Starting PacCrypt in PRODUCTION mode..."
|
|
export PRODUCTION=true
|
|
python3 app.py |