fix termbin() for Linux

whole-command-tab-completion
bretello 2020-02-14 16:37:41 +01:00
parent 8eb75194e1
commit 530a17a020
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ else
## Copy output of previous command to termbin.com (command line pastebin)
function termbin
{
nc termbin 9999
nc termbin.com 9999
}
fi