mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-19 07:30:41 +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
|