a2d/res/go.sh

19 lines
296 B
Bash
Raw Normal View History

2018-11-25 21:16:39 -08:00
#!/bin/bash
# Run this from the top level directory
set -e
2019-01-04 20:03:59 -08:00
source "res/util.sh"
2018-11-25 21:16:39 -08:00
for i in desktop desk.acc preview desktop.system ram.system; do
2019-01-04 20:03:59 -08:00
cecho yellow Building: $i
cd $i
res/go.sh
cd ..
done
2018-11-25 21:16:39 -08:00
# Mountable directory for Virtual ][
if [ -d mount ]; then
res/mount.sh
fi