3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-01-24 02:54:35 +01:00
pbot/applets/pbot-vm/guest
Pragmatic Software 4287cb9fa2
Fix split_line() quoting to be more sh-like
E.g.:

<pragma-> show testcargs
   <PBot> [global] testcargs: /code c11 printf("/say args: " ); while (*++argv) printf("[%s] " , *argv);
<pragma-> testcargs 'hello''world' 'how are 'you today
   <PBot> args: [helloworld] [how are you] [today]

Previously, adjacent 'foo''bar' would end up as 2 args like [foo] [bar]. Now
they are properly concatenated into one [foobar] argument.

This also fixes the cases of whitespace being inserted after quoted arguments.
2024-10-29 10:19:46 -07:00
..
bin pbot-vm: simplify network script slightly 2024-04-12 13:12:41 -07:00
include pbot-vm: gdb() needs __asm__() instead of asm() 2024-04-17 00:37:36 -07:00
lib Fix split_line() quoting to be more sh-like 2024-10-29 10:19:46 -07:00
polkit Rename compiler_vm to pbot-vm and other misc applet updates 2022-02-14 16:33:29 -08:00
provision pbot-vm: consolidate network enable/disable into one script 2024-04-12 13:07:27 -07:00