summary refs log tree commit diff
path: root/pdf.zsh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-03-28 13:25:19 -0400
committerJune McEnroe <programble@gmail.com>2018-03-28 13:38:23 -0400
commitac48fa5a5c361ccbff39d453e53015e51acc8568 (patch)
tree468fa7087e074428cfa402e0e8b9990579096ebe /pdf.zsh
parentUse [[ ]] in zsh scripts (diff)
downloadsrc-ac48fa5a5c361ccbff39d453e53015e51acc8568.tar.gz
src-ac48fa5a5c361ccbff39d453e53015e51acc8568.zip
Fix shell script lints
Diffstat (limited to 'pdf.zsh')
-rwxr-xr-xpdf.zsh8
1 files changed, 6 insertions, 2 deletions
diff --git a/pdf.zsh b/pdf.zsh
index 79e3309c..d9aab752 100755
--- a/pdf.zsh
+++ b/pdf.zsh
@@ -9,8 +9,12 @@ fetch() {
     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() {
+    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