Skip to content

Instantly share code, notes, and snippets.

@madalinignisca
Created November 20, 2020 10:38
Show Gist options
  • Save madalinignisca/f0a1a949fe6ca2d6a514802cf9589a87 to your computer and use it in GitHub Desktop.
Save madalinignisca/f0a1a949fe6ca2d6a514802cf9589a87 to your computer and use it in GitHub Desktop.
Copy to windows clipboard from a linux server with ssh
ssh user@yourhost "cat /etc/php/7.4/fpm/php.ini" | clip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment