Actually the last post was "Posted October 3, 2017".
Looks useful.
I think this is for network shares specifically. The contents of the script:
Code:
on alfred_script(q)
try
mount volume "afp://" & q
on error
mount volume "smb://" & q
end try
end alfred_script