From 6cedc01532c6d7cf3873c6280a742251167a60cc Mon Sep 17 00:00:00 2001 From: John on old dell Date: Wed, 5 Mar 2025 17:28:55 -0800 Subject: [PATCH] add hashbang --- index.ts | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 index.ts diff --git a/index.ts b/index.ts old mode 100644 new mode 100755 index 497d4df..00aca63 --- a/index.ts +++ b/index.ts @@ -1,3 +1,4 @@ +#!/usr/bin/env bun import { Command } from 'commander'; import { checkbox } from '@inquirer/prompts'; import { getAllPlaylistMetas, getPlaylistSongs } from './lib/services/jellyfin.ts';