Bug fix to Remote Backups

This commit is contained in:
usmannasir
2018-09-05 19:06:06 +05:00
parent 7a9e358d5a
commit 2921125c06
1539 changed files with 360759 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/sh
date=`date -u '+%a, %d %b %Y %H:%M:%S %Z'`
cat << EOF
Content-type: text/plain
Expires: $date
Hello World
EOF