7 lines
74 B
Bash
Executable File
7 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
|
|
read i
|
|
if test "$i" = "ok"; then
|
|
touch /tmp/satip-network
|
|
fi
|