mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 21:08:06 +01:00
Added a bunch of bug fixes from the experimental branch to the testing branch.
Added disconnect script feature and executing script in usermode feature to testing branch
This commit is contained in:
@@ -10,4 +10,7 @@ command = ''
|
|||||||
for stuff in sys.argv[1:]:
|
for stuff in sys.argv[1:]:
|
||||||
command = command + ' ' + stuff
|
command = command + ' ' + stuff
|
||||||
print 'command = ',command
|
print 'command = ',command
|
||||||
print misc.Run(command)
|
pid = os.fork()
|
||||||
|
print 'hey'
|
||||||
|
if not pid:
|
||||||
|
misc.Run(command)
|
||||||
|
|||||||
Reference in New Issue
Block a user