Skip to content

Commit

Permalink
Not Print screenfetch-dev output
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 5, 2014
1 parent 4ed88ac commit 5fd55cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/i-nex/.src/MInit.module
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Public Logs As New Logger
Public Sub _inits()
Dim Do_not_print As String
If Access("" & User.Home & "/", gb.Write) = False Then
Message.Error("Cannot write files to " & User.Home & "/.i-nex")
Endif
Expand Down Expand Up @@ -29,7 +30,8 @@ Public Sub _inits()
Logs("Execute copied files", Logger.Info)

Logs("Execute screenfetch-dev", Logger.Info)
Exec ["/bin/bash", "" & User.Home & "/.i-nex/screenfetch-dev"] Wait
Exec ["/bin/bash", "" & User.Home & "/.i-nex/screenfetch-dev"] Wait To Do_not_print
Do_not_print = Null
Logs("Execute report-ng.sh", Logger.Info)
Exec ["/bin/bash", "" & User.Home & "/.i-nex/report-ng.sh"] Wait
End

0 comments on commit 5fd55cc

Please sign in to comment.