1
0
Fork 0
apt/test/libapt/apt-proxy-script
Daniel Baumann 6810ba718b
Adding upstream version 3.0.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-20 21:10:43 +02:00

9 lines
217 B
Bash
Executable file

#!/bin/sh
if [ $1 = "http://www.debian.org:90/temp/test" ]; then
echo "http://example.com"
fi
if [ $1 = "http://www.debian.org:91/temp/test" ]; then
echo "This works" >&2
echo "http://example.com/foo"
fi