git.grace.moe

Source for the git site git.grace.moe
git clone https://git.grace.moe/git.grace.moe
Log | Files | Refs | Submodules

commit ec64b27836024d0583dca27782b0094ce104beb5
parent 9d47e81fc5be8b7d28619c7e040e7aad46e58943
Author: gracefu <81774659+gracefuu@users.noreply.github.com>
Date:   Fri,  2 May 2025 18:43:03 +0800

make.py executable

Diffstat:
Mmake.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/make.py b/make.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python from make3 import EchoAll, file_hash, make_main, once, shell import asyncio import http.client