mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-16 23:30:15 -07:00
6 lines
79 B
Batchfile
6 lines
79 B
Batchfile
@echo off
|
|
color f0
|
|
title Cat Printer - Console
|
|
cd cat-printer
|
|
python server.py
|