8 lines
69 B
Bash
8 lines
69 B
Bash
#!/bin/sh
|
|
|
|
echo "Starting demo"
|
|
|
|
lua main.lua
|
|
|
|
echo "Demo finished."
|