linklogger/linklogger.sh

6 lines
112 B
Bash

#!/bin/bash
# Start nginx in the background
service nginx start
# Run the Python script
python -u linklogger.py