#!/bin/bash

curl --silent http://0110.be/attachment/be.0110/190/ssh-copy-id.txt >> /bin/ssh-copy-id
chmod +x /bin/ssh-copy-id
echo "Successfully installed /bin/ssh-copy-id \n" 
