diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_dox-open')
| -rw-r--r-- | home/dot_local/share/bin/executable_dox-open | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_dox-open b/home/dot_local/share/bin/executable_dox-open index 493c435..b259c27 100644 --- a/home/dot_local/share/bin/executable_dox-open +++ b/home/dot_local/share/bin/executable_dox-open @@ -1,4 +1,4 @@ -#!/bin/node +#!/usr/bin/env node import { glob, readFile } from 'node:fs/promises'; import { spawn } from 'node:child_process'; |