1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

fix termbin() for Linux

This commit is contained in:
bretello 2020-02-14 16:37:41 +01:00
parent 8eb75194e1
commit 530a17a020

View File

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