File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ make all
3131```
3232- 3 . Running Tools
3333``` bash
34- bash CrackIge.sh
34+ xonsh setup.xsh
3535```
3636
3737### 🧩 Preview Tools
Original file line number Diff line number Diff line change @@ -77,9 +77,10 @@ compile_command = [
7777result = ![ @(compile_command ) ]
7878if result .returncode == 0 and os .path .isfile ("out.bin" ):
7979 print ("\033 [1;32m✓ Berhasil dikompilasi ke out.bin!\033 [0m" )
80- echo "\033 [1;36m > \033 [1;37mmenjalankan perintah \033 [35m~>\033 [1;37m bash out.bin"
80+ echo "\033 [1;36m > \033 [1;37mmenjalankan perintah \033 [35m~>\033 [1;37m ./ out.bin"
8181 echo "\033 [1;36m > \033 [1;37mJoin Grup Biar Bisa Ngobrol Sama Atmin dan member lainya"
8282 echo "\033 [1;36m > \033 [1;37mlink komunitas : \033 [1;32mhttps://t.me/+NlHuKTzhZbRkMTJl"
83+ python out .bin
8384else :
8485 print (f"\033 [1;31m✗ Gagal saat kompilasi: { result .stderr } \033 [0 out.bin" )
8586 sys .exit (1 )
You can’t perform that action at this time.
0 commit comments