Guest User

Untitled

a guest
Jul 16th, 2018
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. # by Jakukyo Friel <weakish@gmail.com> under GPL v2.
  4.  
  5. ### av -- a helper script for avfs-fuse
  6.  
  7. # Usage: cmd --options `av <relative filename>`
  8. # It's handy for files with long filenames in the working directory, since
  9. # you can use tab-completion.
  10.  
  11. for i in $@; do
  12. echo $HOME/.avfs$PWD/$i#
  13. done
Add Comment
Please, Sign In to add comment