docs(ubuntu): initialize cheatsheet

This commit is contained in:
Julien Le Coupanec 2020-06-21 18:37:36 +02:00
parent f49d6e026b
commit 25e170d887
2 changed files with 6 additions and 0 deletions

View File

@ -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)
</details>
## 🙌🏼 How to Contribute?

5
tools/ubuntu.sh Normal file
View File

@ -0,0 +1,5 @@
##############################################################################
# UBUNTU
##############################################################################
scp /path/to/file user@server:/path/to/destination # Copy file from local to server