summaryrefslogtreecommitdiff
path: root/scripts/docs
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-10 23:21:12 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-10 23:21:52 -0700
commit39f9bc664b8e597203c5048b55b6da3d25f5cbdd (patch)
tree47dd5edac12c319b2cde636e3f9f87d058ddc910 /scripts/docs
parentb13fbe8a86db83c1c62866313f45c5fb4df044e3 (diff)
downloaddotfiles-39f9bc664b8e597203c5048b55b6da3d25f5cbdd.tar.gz
use shebangs more consistently
Diffstat (limited to 'scripts/docs')
-rwxr-xr-xscripts/docs/make-poster-pdf2
-rwxr-xr-xscripts/docs/pdfbg.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/docs/make-poster-pdf b/scripts/docs/make-poster-pdf
index f8ac917b..a6b735f3 100755
--- a/scripts/docs/make-poster-pdf
+++ b/scripts/docs/make-poster-pdf
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Resizes files to A4 (or other size - change PaperWdthMetr and PaperHghtMetr below) and merges into a PDF
diff --git a/scripts/docs/pdfbg.py b/scripts/docs/pdfbg.py
index af1b28cd..fa494927 100755
--- a/scripts/docs/pdfbg.py
+++ b/scripts/docs/pdfbg.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import tempfile
import subprocess