Skip to content

matoruru/swns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

swns

SWitch Network Services from the command line on Mac.

screen_recording

Installation

curl -o ~/.local/bin/swns --create-dirs https://raw.githubusercontent.com/matoruru/swns/main/swns
chmod +x ~/.local/bin/swns

How to add ~/.local/bin to your $PATH

This section is necessary only when you couldn't find the executable swns by type swns.

  • bash (in ~/.bash_profile):

    export PATH="$PATH:~/.local/bin"
  • fish (in .config/fish/config.fish):

    set -x PATH ~/.local/bin $PATH
    

Usage

swns

About

SWitch Network Services from the command line on Mac.

Topics

Resources

License

Stars

Watchers

Forks

Languages