File: vfu-bash

package info (click to toggle)
vfu 4.16%2Brepack-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,652 kB
  • ctags: 4,212
  • sloc: cpp: 16,503; ansic: 12,357; perl: 598; makefile: 564; sh: 61
file content (6 lines) | stat: -rw-r--r-- 115 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; 
  }