feat: add shebang

This commit is contained in:
2025-01-18 19:26:53 +08:00
parent f94f7da8e5
commit 16510ceffb
3 changed files with 5 additions and 0 deletions

1
arguments.swift Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env swift
print("\(CommandLine.arguments)\n");