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