File: vfu-bash

package info (click to toggle)
vfu 4.03-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,408 kB
  • ctags: 2,173
  • sloc: cpp: 14,398; ansic: 4,091; perl: 580; makefile: 541; sh: 70
file content (6 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
function vfu() 
  { 
  /usr/local/bin/vfu $*; 
  cd "`cat /tmp/vfu.exit.$USER`";
  rm -f /tmp/vfu.exit.$USER; 
  }