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