You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jade_gui/jadeemu.sh

10 lines
188 B
Bash

#!/usr/bin/bash
echo "[LOG] doing thing"
sleep 0.1
echo "[ERROR] failed doing thing"
sleep 1
echo "[LOG]"
sleep 0.1
echo "[ERROR]"
sleep 1
echo "Installation finished! You may reboot now!"