Files
p4_testbed/scripts/02-run_switch_program.sh

7 lines
71 B
Bash

#!/bin/bash
PROGRAM=$1
cd "$SDE" || exit
./run_switchd.sh "$PROGRAM"