File: cd-exec

package info (click to toggle)
apt-setup 1%3A0.199
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,276 kB
  • sloc: sh: 1,247; makefile: 25
file content (6 lines) | stat: -rwxr-xr-x 64 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh

cd $1 ; shift

export PATH=/mock_bin:$PATH
exec "$@"