diff options
Diffstat (limited to 'chadsearch')
-rwxr-xr-x | chadsearch | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,8 +1,3 @@ #!/bin/sh -chadsearch () -{ - librewolf --new-window --search "$1" -} - -chadsearch $1 +librewolf --new-window --search "$1" |