8 lines
69 B
Bash
Executable file
8 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
cd mdebase
|
|
./format.sh
|
|
cd ..
|
|
|
|
cd mdelibs
|
|
./format.sh
|
|
cd ..
|