This website requires JavaScript.
Explore
Help
Sign In
TouchInstinct
/
BuildScripts
Watch
304
Star
0
Fork
You've already forked BuildScripts
0
Code
Issues
Pull Requests
3
Packages
Projects
Releases
Wiki
Activity
ca25128e9b
BuildScripts
/
xcode
/
build_phases
/
multiple_swiftlint
/
command_utils.rb
6 lines
124 B
Ruby
Raw
Blame
History
class
CommandUtils
def
self
.
make_command
(
command
)
command
=
command
.
to_s
return
`
#{
command
}
`
end
end
Reference in New Issue
View Git Blame
Copy Permalink