С
Size: a a a
С
С
С
L
SZ
L
x
SZ
sshpass -p $PASSWD ssh -o StrictHostKeyChecking=no $USER@$ip '
cat > /in/services/channels.sh <<EOF
#!/bin/sh
while true
do
for f in 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462;
do
echo "channel: $f"
hostapd_cli chan_switch 1 $f
sleep 1
done
done
EOF
'
L
sshpass -p $PASSWD ssh -o StrictHostKeyChecking=no $USER@$ip '
cat > /in/services/channels.sh <<EOF
#!/bin/sh
while true
do
for f in 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462;
do
echo "channel: $f"
hostapd_cli chan_switch 1 $f
sleep 1
done
done
EOF
'
m
\$f
L
m
D.
sshpass -p $PASSWD ssh -o StrictHostKeyChecking=no $USER@$ip '
cat > /in/services/channels.sh <<EOF
#!/bin/sh
while true
do
for f in 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462;
do
echo "channel: $f"
hostapd_cli chan_switch 1 $f
sleep 1
done
done
EOF
'
L
L
m
L
SZ
m
SZ