↧
bash function – ssh-copy-id for mac
The bash function: ssh-copy-id is a linux script that enables you to copy your public ssh key to a remote server for authenticated but password-less ssh sessions. Apparently it can be installed on a...
View Articlebash function – git-patch()
We’ve been trying to review more Drupal 8 patches on Drupal.org with this workflow: I found that be cumbersome so I created a bash function to simplify this. Usage example: $ git-patch stat URL.patch...
View Article