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