summary refs log tree commit diff
path: root/pdf.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'pdf.zsh')
-rwxr-xr-xpdf.zsh28
1 files changed, 0 insertions, 28 deletions
diff --git a/pdf.zsh b/pdf.zsh
deleted file mode 100755
index 25458dfa..00000000
--- a/pdf.zsh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/usr/bin/env zsh
-set -o errexit -o nounset -o pipefail
-
-mkdir -p pdf
-
-fetch() {
-	[[ -f "pdf/$1" ]] && return
-	curl --silent --show-error --output "pdf/$1" "$2"
-	echo "pdf/$1"
-}
-
-elf() {
-	fetch "$1" "http://refspecs.linuxbase.org/elf/$2"
-}
-intel() {
-	fetch "$1" "https://software.intel.com/sites/default/files/managed/$2"
-}
-
-elf abi.pdf x86_64-abi-0.99.pdf
-elf elf.pdf elf.pdf
-fetch multiboot.pdf 'https://www.gnu.org/software/grub/manual/multiboot/multiboot.pdf'
-intel intel-64-opt.pdf 9e/bc/64-ia-32-architectures-optimization-manual.pdf
-intel intel-64-sdm-vol-1.pdf a4/60/253665-sdm-vol-1.pdf
-intel intel-64-sdm-vol-2.pdf a4/60/325383-sdm-vol-2abcd.pdf
-intel intel-64-sdm-vol-3.pdf a4/60/325384-sdm-vol-3abcd.pdf
-intel intel-64-sdm-vol-4.pdf 22/0d/335592-sdm-vol-4.pdf
-
-chmod 444 pdf/*.pdf
rt LibreSSL 3.3.3June McEnroe 2021-04-18build: Remove added x509_verify.3 links 3.3.2June McEnroe 2021-04-18tls: Use EC_KEY_set_ex_dataJune McEnroe 2021-04-18Import LibreSSL 3.3.2June McEnroe 2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe