#!/bin/sh if [ $# -ne 1 ]; then echo "invalid command syntax" 1>&2 echo "Usage: $0 <0|128|129|130>" 1>&2 exit 1 fi case "$1" in 0 ) echo ;; 128 ) echo ;; 129 ) echo ;; 130 ) echo ;; * ) echo "error" ; exit ;; esac R0=$(cat /tmp/topotests/isis_sr_flex_algo_topo2.test_isis_sr_flex_algo_topo2/rt0.pid) R9=$(cat /tmp/topotests/isis_sr_flex_algo_topo2.test_isis_sr_flex_algo_topo2/rt9.pid) set -x cat <