4 lines
98 B
Bash
4 lines
98 B
Bash
|
#!/bin/sh
|
||
|
# Example for server redirection
|
||
|
echo Location:http://www.scsh.net/resources/sunet.html
|