gaboshlib/gaboshlib/g_enterend.bashfunc

8 lines
97 B
Plaintext
Raw Normal View History

2022-07-06 12:24:21 +02:00
#!/bin/bash
function g_enterend {
g_echo "Enter/Return zum Beenden drücken"
read x
exit 0
}