fix first call in script
This commit is contained in:
parent
3b473d460e
commit
b5910ef174
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
|
@ -55,6 +55,7 @@
|
||||||
import subprocess
|
import subprocess
|
||||||
from sys import stdin, argv
|
from sys import stdin, argv
|
||||||
cmd = argv[1:]
|
cmd = argv[1:]
|
||||||
|
subprocess.call(cmd, shell=True)
|
||||||
while stdin.readline():
|
while stdin.readline():
|
||||||
subprocess.call(cmd, shell=True)
|
subprocess.call(cmd, shell=True)
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue