Given $f:\mathbb{R}\rightarrow \mathbb{R}$ continuous and a fixed $\delta$, define $$f_{\delta}(x):=\int_{x-\delta}^{x+\delta}f(\xi)\,\mathrm{d}\xi.$$
$f_{\delta}$ behaves like the average of $f$ in a short interval $(x-\delta,x+\delta)$.
Apparently it is not linear, but it should be Lipschitz continuous.
Without loss of generality, we may assume $x<y$.
From mean value theorem,
$$\frac{|f_{\delta}(y)-f_{\delta}(x)|}{|y-x|}=f(s),$$ for some $s\in[x,y]$.
However this only shows local Lipschitz continuity. Since $f$ is defined in $\mathbb{R}$, it may not be bounded.
How to achieve global one?