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