#/bin/bash

p_var='im programm'
echo $p_var

echo $shell_var
export p_var
## sleep 60