zuul/tests/fixtures/fake_kubectl.sh

8 lines
91 B
Bash
Executable File

#!/bin/sh
echo "Forwarding from 127.0.0.1:1234 -> 19885"
while true; do
sleep 5
done