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

  • 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