7 lines
121 B
Bash
Executable File
7 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
cd ${0%/*} || exit 1 # run from this directory
|
|
|
|
(cd initChannel && ./Allclean)
|
|
(cd fullCase && ./Allclean)
|
|
|