blog.grace.moe

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

commit 722ce32f114f123a62ea244cad01658f4d94af0f
parent 3a900f82aa42e464d2723e272eab50c332d72b0c
Author: gracefu <81774659+gracefuu@users.noreply.github.com>
Date:   Fri,  2 May 2025 18:42:34 +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 json