3 lines
87 B
Bash
Executable file
3 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
|
|
xdg-open "https://translate.google.com/?sl=auto&tl=en&text=$1&op=translate"
|