I see you with your CLIs. What are you doing?

  • JackbyDev@programming.dev
    link
    fedilink
    English
    arrow-up
    3
    ·
    13 hours ago

    I’m launching a Windows program through wine because I don’t know how the make the desktop shortcut do it, so I use the terminal.

    • kunaltyagi@programming.dev
      link
      fedilink
      arrow-up
      5
      ·
      8 hours ago

      No need for a short cut. Just make a file on desktop with #!/usr/bin/env sh as the first line and whatever command you use in the 2nd line. Name it whatever you want.

      Make the file executable (chmod +x <filename>) and you have a full-cut