File: vfu-bash

package info (click to toggle)
vfu 3.03-2.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,444 kB
  • ctags: 1,779
  • sloc: cpp: 15,236; perl: 377; makefile: 300; sh: 77
file content (6 lines) | stat: -rw-r--r-- 113 bytes parent folder | download
1
2
3
4
5
6
function vfu() 
  { 
  /usr/local/bin/vfu $*; 
  cd `cat /tmp/vfu.exit.$USER`; 
  rm -f /tmp/vfu.exit.$USER; 
  }