Skip to content

Commit

Permalink
add some to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vaniacer committed Nov 16, 2017
1 parent a4c6bf6 commit 4f51613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -11,14 +11,15 @@ cmdlist=(
"df -ih" "Show free inodes."
"df -h" "Show free disk space."
"top -n1" "Show summary system information."
" " ""
"" ""
"add key" "Add my ssh key to this server."
"add ali" "Add my usefull aliases to this server."
)
</pre>
![screeenshot](https://user-images.githubusercontent.com/18072680/32892005-e118405e-cae5-11e7-8b2d-0ee47d4c9d38.png)</br>
Your commands can be easialy added to this list.</br>
First collumn - command, second - description.</br>
Empty string used as delimiter.</br>
</br>
Hosts description neds to be added like this:</br>
<pre>
Expand Down
2 changes: 1 addition & 1 deletion sshto
Expand Up @@ -8,7 +8,7 @@ cmdlist=(
"df -ih" "Show free inodes."
"df -h" "Show free disk space."
"top -n1" "Show summary system information."
" " ""
"" ""
"add key" "Add my ssh key to this server."
"add ali" "Add my usefull aliases to this server."
)
Expand Down

0 comments on commit 4f51613

Please sign in to comment.