6 lines
64 B
Bash
6 lines
64 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
touch ~/.tutorial-shown
|
||
|
sh -c "sleep 1; tutorial" &
|
||
|
|