mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-26 13:49:18 +00:00
6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
#!/BIN/SHELL
|
|
echo Hello
|
|
echo Press any key to continue
|
|
pause
|
|
echo World
|