7 lines
71 B
Bash
7 lines
71 B
Bash
#!/bin/bash
|
|
|
|
PROGRAM=$1
|
|
|
|
cd "$SDE" || exit
|
|
./run_switchd.sh "$PROGRAM"
|