surf-here 83 B

1234567
  1. #!/bin/sh
  2. if [[ "$1" = /* ]]; then
  3. surf file://$1
  4. else
  5. surf file://$(pwd)/$1
  6. fi