Change shebang to use env for bash

This commit is contained in:
nested-universe
2026-01-03 09:26:50 +08:00
committed by GitHub
parent e57ae68396
commit 8632dd9cb1

View File

@@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
# Copyright (C) Juewuy
[ -z "$url" ] && url="https://testingcf.jsdelivr.net/gh/juewuy/ShellCrash@dev"