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 have to use the reboot -f instead of just reboot 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.