diff options
Diffstat (limited to 'tools/firesend')
-rwxr-xr-x | tools/firesend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firesend b/tools/firesend index cec4379..6edcc61 100755 --- a/tools/firesend +++ b/tools/firesend @@ -1,2 +1,2 @@ #!/bin/bash -$HOME/.tools/exec_to_workspace 2 firefox --new-tab $@ +$HOME/.tools/exec_to_workspace 2 firefox --new-tab $@ > /dev/null 2>&1 |