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