5 lines
77 B
Batchfile
Executable File
5 lines
77 B
Batchfile
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "Develop running... Press Enter to terminate"
|
|
read
|