mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-17 07:40:21 -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
|