a2d/res/go.sh

27 lines
264 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
cd desktop.system
res/go.sh
cd ..
2018-12-02 00:11:25 +00:00
cd ram.system
res/go.sh
cd ..
2018-11-26 05:16:39 +00:00
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