a2d/res/go.sh

19 lines
288 B
Bash
Raw Normal View History

2018-11-26 05:16:39 +00:00
#!/bin/bash
# Run this from the top level directory
set -e
source "res/util.sh"
2018-11-26 05:16:39 +00:00
for i in desktop desk.acc desktop.system ram.system; do
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