You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
341 B
5 lines
341 B
#!/bin/bash
|
|
|
|
# A basic script to redirect https://build.openprivacy.ca/cwtch-nightly.html to the latest nightly.
|
|
# In the future we may want to make this page nicer...
|
|
echo "<html><head><title>Cwtch Nightly</title><meta http-equiv=\"refresh\" content=\"0;URL='https://build.openprivacy.ca/files/$1'\" /> s</head></html>" > cwtch-nightly.html |