diff options
Diffstat (limited to '.local/bin/compiler')
| -rwxr-xr-x | .local/bin/compiler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/compiler b/.local/bin/compiler index a124d5f..2fefdf5 100755 --- a/.local/bin/compiler +++ b/.local/bin/compiler @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/sh # This script will compile or run another finishing operation on a document. I # have this script run via vim. |
