chore: add shebang
e27aeae15bab0ff87511804bd12648b6b52db094
77a26d4231b340dc2bcf3640e63dacb424bf1334
@@ -1,3 +1,5 @@+#!/usr/bin/env python3 + from markdown2 import markdown_path import os import sys
@@ -1,3 +1,5 @@
@@ -1,3 +1,5 @@+#! /usr/bin/env python3 + """ Vite - A simple and minimal static site generator. """