Initial commit
[linuxnijmegen-bash.git] / part1 / script.tex
1 \begin{frame}[fragile]
2 \begin{lstlisting}[style=bashscript]
3 foo() {
4 echo "bar"
5 }
6
7 barbaz=$(foo | sed 's/r/z/g')
8 \end{lstlisting}
9 \end{frame}