9 lines
294 B
Bash
9 lines
294 B
Bash
cd "/mnt/c/Users/Nicholas Pease/Offline Documents/cors-anywhere"
|
|
export PORT=7000
|
|
node server.js &
|
|
|
|
cd "/mnt/c/Users/Nicholas Pease/OneDrive/Documents/AviationAssistant/python"
|
|
python api_pc.py &
|
|
|
|
cd "/mnt/c/Users/Nicholas Pease/OneDrive/Documents/AviationAssistant/"
|
|
python -m http.server 9500 |