toaruos/util/detect-make-all.sh
2016-12-29 14:43:01 +09:00

8 lines
104 B
Bash
Executable File

#!/bin/bash
if [ -f toaruos.iso ]; then
echo "cdrom tags"
else
echo "system tags userspace"
fi