8 lines
84 B
Bash
Executable file
8 lines
84 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd Libraries
|
|
./build_libs.sh
|
|
cd ..
|
|
cd Preferences
|
|
./build_prefs.sh
|
|
cd ..
|