feat: add shebang
This commit is contained in:
1
arguments.swift
Normal file → Executable file
1
arguments.swift
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env swift
|
||||
|
||||
print("\(CommandLine.arguments)\n");
|
||||
|
||||
|
||||
2
helloworld.swift
Normal file → Executable file
2
helloworld.swift
Normal file → Executable file
@@ -1,2 +1,4 @@
|
||||
#!/usr/bin/env swift
|
||||
|
||||
print("Hello, world!")
|
||||
|
||||
|
||||
2
secure_enclave.swift
Normal file → Executable file
2
secure_enclave.swift
Normal file → Executable file
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env swift
|
||||
|
||||
// https://www.andyibanez.com/posts/cryptokit-secure-enclave/
|
||||
// import Swift
|
||||
import Foundation
|
||||
|
||||
Reference in New Issue
Block a user