mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-21 20:40:05 +00:00
made with <3
This commit is contained in:
parent
ffa55f971f
commit
dd9cb2af00
BIN
img/demo.gif
BIN
img/demo.gif
Binary file not shown.
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 499 KiB |
@ -13,7 +13,7 @@ int main(int argv, char *argc[]) {
|
|||||||
bool printPrompt = false;
|
bool printPrompt = false;
|
||||||
|
|
||||||
shellT_printf("%s%s\n%s", shellT_getForeColor(TERM_BRIGHT_RED), LOGO, shellT_getForeColor(TERM_BRIGHT_WHITE));
|
shellT_printf("%s%s\n%s", shellT_getForeColor(TERM_BRIGHT_RED), LOGO, shellT_getForeColor(TERM_BRIGHT_WHITE));
|
||||||
shellT_printf("\t\t\t%s\n\n", " v" MACROLITSTR(LAIKA_VERSION_MAJOR) "." MACROLITSTR(LAIKA_VERSION_MINOR));
|
shellT_printf("\t made with %s<3%s by CPunch - %s\n\n", shellT_getForeColor(TERM_BRIGHT_RED), shellT_getForeColor(TERM_BRIGHT_WHITE), "v" MACROLITSTR(LAIKA_VERSION_MAJOR) "." MACROLITSTR(LAIKA_VERSION_MINOR));
|
||||||
|
|
||||||
shellC_init(&client);
|
shellC_init(&client);
|
||||||
shellC_connectToCNC(&client, "127.0.0.1", "13337");
|
shellC_connectToCNC(&client, "127.0.0.1", "13337");
|
||||||
|
@ -170,7 +170,7 @@ void shellS_runCmd(tShell_client *client, char *cmd) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* run command */
|
/* run command */
|
||||||
shellT_printf("\n\n");
|
shellT_printf("\n");
|
||||||
if (setjmp(cmdE_err) == 0) {
|
if (setjmp(cmdE_err) == 0) {
|
||||||
cmdDef->callback(client, args, argc);
|
cmdDef->callback(client, args, argc);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user