Skip to content

Commit

Permalink
Silence terminal output
Browse files Browse the repository at this point in the history
 - It's just too much.
  • Loading branch information
Fernando Fernandes committed Jun 14, 2019
1 parent a37da0c commit 7272c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

DYLD_FORCE_FLAT_NAMESPACE=1 DYLD_INSERT_LIBRARIES=iohid_wrap.dylib /Applications/RemotePlay.app/Contents/MacOS/RemotePlay
DYLD_FORCE_FLAT_NAMESPACE=1 DYLD_INSERT_LIBRARIES=iohid_wrap.dylib /Applications/RemotePlay.app/Contents/MacOS/RemotePlay >/dev/null 2>&1

0 comments on commit 7272c86

Please sign in to comment.