Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

TuxShot

Members
  • Content Count

    1
  • Joined

  • Last visited

Posts posted by TuxShot

  1. Good day!
    Help if possible with implementation.

    Everyone knows that the shell is a shell, but here in the OC, it is not made because the UNIX system.
    I like about the execution of several commands in a single request.
    Show all clearly what is not there:

    /# echo 'I am the root' && cd bin/ && echo 'This file is created in the directory /bin' >> test.lua
    

    or

    /# echo 'I am the root' || cd bin/ || echo 'This file is created in the directory /bin' >> test.lua

    Why not add these in the OC must be important operators.
    For example right now I need to make a web harness, which first sends a request to the site, and the results are displayed in shell.execute().
    It is a pity that only supports input execute a single command.

    It is possible to implement something like that or not?

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.