mirror of
https://github.com/mi57730/a2d.git
synced 2024-11-26 02:49:18 +00:00
23 lines
233 B
Bash
23 lines
233 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Run this from the top level directory
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd desktop.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
|