a2d/res/go.sh
2019-01-04 19:41:32 -08:00

27 lines
264 B
Bash
Executable File

#!/bin/bash
# Run this from the top level directory
set -e
cd desktop.system
res/go.sh
cd ..
cd ram.system
res/go.sh
cd ..
cd desktop
res/go.sh
cd ..
cd desk.acc
res/go.sh
cd ..
# Mountable directory for Virtual ][
if [ -d mount ]; then
res/mount.sh
fi