mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-18 16:20:14 -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
|