toaruos/util/detect-make-all.sh

8 lines
104 B
Bash
Raw Normal View History

2016-12-29 08:43:01 +03:00
#!/bin/bash
if [ -f toaruos.iso ]; then
echo "cdrom tags"
else
echo "system tags userspace"
fi