File: CD

package info (click to toggle)
debmake-doc 1.23-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,924 kB
  • sloc: makefile: 916; sh: 692; python: 202; ansic: 114; sed: 16
file content (5 lines) | stat: -rwxr-xr-x 130 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/bash
# echo command and record pwd for next shell
echo " \$ cd $1"
cd $1 >/dev/null || exit 1
pwd > ${BUILD_PATH}/next.dir