mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-25 20:33:13 +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
|