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
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env swift
print("\(CommandLine.arguments)\n");
Regular → Executable
+2
View File
@@ -1,2 +1,4 @@
#!/usr/bin/env swift
print("Hello, world!")
Regular → Executable
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env swift
// https://www.andyibanez.com/posts/cryptokit-secure-enclave/
// import Swift
import Foundation