toaruos/apps/show-tutorial.sh
2021-10-26 16:14:57 +09:00

6 lines
64 B
Bash

#!/bin/sh
touch ~/.tutorial-shown
sh -c "sleep 1; tutorial" &