The Command-Line Action allows you to execute commands from the command line through Tasker. In the example above, we use a reboot -f to simply make the JNIOR reboot. We don't use a normal reboot command here because doing a normal reboot requires addtional input that won't be provided from one command line execution. Reboot -f on the other hand instantly reboots without requiring more input from the user.