apt install -y nginx rsync - Add the
githubuser:
adduser --disabled-password --gecos "" --home /home/github github| #!/usr/bin/env bash | |
| # | |
| # _______| |_ ____ | |
| # |_ / _ \ __|_ / | |
| # / / __/ |_ / / | |
| # /___\___|\__/___| | |
| # | |
| # A note taking app for the terminal. | |
| # |
| ''' | |
| This script checks for the existence of a directory called "chats" | |
| in the current working directory and looks for XML files to read. | |
| Once the parsing is done, it creates an SQLite DB file, and a table | |
| for storing the date, from, to, text and style attributes of the messages. | |
| ''' | |
| import os | |
| import sys |