Skip to content

Commit

Permalink
Fix passible bug
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 25, 2014
1 parent 70638c5 commit 3c34734
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions I-Nex/i-nex/.src/Start_App_Args.class
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Public Sub Form_Open()
Dim SCREENFETCH As Process
SCREENFETCH = Exec ["bash"] For Write
Write #SCREENFETCH, File.Load("Data/screenfetch-dev")
SCREENFETCH.Wait
SCREENFETCH.Kill
Select Case Application.Args[1]

Case "--help"
Expand Down

0 comments on commit 3c34734

Please sign in to comment.