6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
cd encoding ; ./run-test.sh ; cd ..
|
|
cd charset ; ./run-test.sh ; cd ..
|
|
cd mailbox ; ./run-test.sh ; cd ..
|
|
|