diff options
-rwxr-xr-x | local/bin/www-open | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/local/bin/www-open b/local/bin/www-open new file mode 100755 index 0000000..2f218be --- /dev/null +++ b/local/bin/www-open @@ -0,0 +1,7 @@ +#!/bin/sh + +read -r url + +if [ ! -z "$url" ]; then + firefox "$url" +fi |