]> git.saurik.com Git - apt.git/blob - test/libapt/apt-proxy-script
For ReMap to work, S has to be marked volatile :/.
[apt.git] / test / libapt / apt-proxy-script
1 #!/bin/sh
2
3 if [ $1 = "http://www.debian.org:90/temp/test" ]; then
4 echo "http://example.com"
5 fi
6 if [ $1 = "http://www.debian.org:91/temp/test" ]; then
7 echo "This works" >&2
8 echo "http://example.com/foo"
9 fi