swap two files in one command! =)
Step 1: Clone the repository
git clone [email protected]:Dhron/swap.git
Step 2: Build the source
cd swap && go build
Step 3: Move the binary to an executable folder
mv swap /usr/local/bin
Note: make sure you have the above path added to your PATH
environment variable!
e.g. export PATH="$PATH:/usr/local/bin"
Step 4: Enjoy! 😊✌️