From 25e170d887ac675c2289aa7d371262ae80be107b Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Sun, 21 Jun 2020 18:37:36 +0200 Subject: [PATCH] docs(ubuntu): initialize cheatsheet --- README.md | 1 + tools/ubuntu.sh | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 tools/ubuntu.sh diff --git a/README.md b/README.md index 391eb49..1592156 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ Feel free to take a look. You might learn new things. They have been designed to - [Nanobox Boxfile](tools/nanobox_boxfile.yml) - [Nanobox CLI](tools/nanobox_cli.sh) - [Nginx](tools/nginx.sh) +- [Ubuntu](tools/ubuntu.sh) ## 🙌🏼 How to Contribute? diff --git a/tools/ubuntu.sh b/tools/ubuntu.sh new file mode 100644 index 0000000..90a3a0b --- /dev/null +++ b/tools/ubuntu.sh @@ -0,0 +1,5 @@ +############################################################################## +# UBUNTU +############################################################################## + +scp /path/to/file user@server:/path/to/destination # Copy file from local to server