This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This will get the latest ghostscript linux 64bit release. | |
# Requires jq and wget | |
# Get a new copy of the github latest release if the mtime is older than 1 day. | |
if [[ ! -f ghostpdl-downloads.js || $(find "ghostpdl-downloads.js" -mtime +1 -print) ]] | |
then | |
echo "Getting the latest ghostscript release from github." | |
rm -f ghostpdl-downloads.js | |
wget -O ghostpdl-downloads.js https://api.github.com/repos/ArtifexSoftware/ghostpdl-downloads/releases/latest -q |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
error_reporting(-1); | |
ini_set("display_errors", 1); | |
header('Content-Type: text/plain'); | |
set_time_limit(900); | |
$date = 'https://web.archive.org/web/20201221160810/'; | |
$starting_point = "{$date}https://file.wikileaks.org/file/"; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am mikeytown2 on github. | |
* I am mcarper (https://keybase.io/mcarper) on keybase. | |
* I have a public key ASC7QFnJ1f11CoUMbfHX62TgY-d87BiVDW034hC70QiqEAo | |
To claim this, I am signing this object: |