gdritter repos GRUtils / master scripts / surf-here
master

Tree @master (Download .tar.gz)

surf-here @masterraw · history · blame

1
2
3
4
5
6
7
#!/bin/sh

if [[ "$1" = /* ]]; then
	surf file://$1
else
	surf file://$(pwd)/$1
fi