a2d/res/go.sh

19 lines
285 B
Bash
Raw Permalink Normal View History

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