You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Executable. Next, we need to make our script executable so that we can call it directly by filename. Simple change the file permissions with: chmod +x /path/to/file/.../SomeCoolScript.swift
Was wondering how I can compile the script to be an executable?
Tried variations on this
swiftc -framework ./Rome/Swiftline.framework Script.swift -o SciptExectutable
The text was updated successfully, but these errors were encountered: