#!/bin/sh

# mount proc
mount -t proc /proc /proc

# start system dumper
./zfcp_dumper
