4 lines
108 B
Bash
Executable file
4 lines
108 B
Bash
Executable file
#!/bin/sh
|
|
# Open 'surf' browser with tabbed
|
|
|
|
tabbed -c /usr/bin/surf -e || tabbed -c /usr/local/bin/surf -e
|