Tristan
Tristan
I guess this doesn't fit the purpose of a testing framework in general. If you are going to check the output of the commands anyway. Why use a testing framework...
For `private static int DELIMITER = '~';` we should be able to use anything in the realm of byte 0-127 which is the ASCII table. I think.
oh yeah. @dogi . You need to do this to get the local folder to work: ``` mkdir /home/pi/containers/node-red chown -R 1000:1000 /home/pi/containers/node-red ``` Idk what magic to do to...
Press F2 really quickly when it boots up to get to the OVMF settings. ESC and Delete didn't work for me. Just adding this just in case people need help.
- [ ] - Need to make sure returns are going back to cli.sh and not somewhere else. double check this.
maybe we do this in small increments
 all aboard @LordJashin32 ???
Tested, and burn list command is working on my RPi4. Idk if you all were changing other things too but I'm going to approve this based on the title.
> Is the only way to enable and disable this to install and uninstall every time? Yeah basically. The package doesn't really give much more than what the install does:...
moved to log.sh ```bash root@treehouses:~/cli# ./cli.sh log ram log2ram is on root@treehouses:~/cli# ./cli.sh log ram on Successfully enabled log2ram, please reboot root@treehouses:~/cli# ./cli.sh log ram on dfds Error: Too many...