#!/bin/bash

## This is part of workshop: Advanced HPC and Data Management topics
## Autor: robert.barthel@kit.edu

## Purpose: Demonstrate parsing of assigned variables

## check if $slave_sh is executable for user
echo "${0}: \$var1 = $var1" 
echo "${0}: \$var2 = $var2" 
