TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Alcir Junior
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Alcir Junior

    @Alcir Junior

    0
    Reputation
    27
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Alcir Junior Unfollow Follow

    Latest posts made by Alcir Junior

    • RE: Difficulty executing commands in the shell script

      Hello russ, thank you very much it worked perfectly.

      Thank you.

      posted in General Discussion
      Alcir JuniorA
      Alcir Junior
    • Difficulty executing commands in the shell script

      Hello everyone I'm having trouble running some command lines in my shell script:

      #!/bin/sh
      # cd Cloud/laradock && docker-compose stop
      
      open -a mail
      open -a whatsapp
      open -a slack
      cd ~/Cloud/laradock && docker-compose up -d nginx mysql postgres mongo redis
      open -a google\ chrome http://dev.laravel.library
      code -n ~/Cloud/Dropbox\ \(Personal\)/Projects/Caju/PHP/Frameworks/Laravel/Library/
      open -a memory\ clean\ 2
      

      All lines that start with the open command execute normally, but the lines that I access a folder to run the docker-compose and the line where I execute the command to open a folder in vscode using the code does not work.

      Has anyone ever experienced this, thanks?

      posted in General Discussion
      Alcir JuniorA
      Alcir Junior