File: L

package info (click to toggle)
debmake-doc 1.25-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 11,980 kB
  • sloc: makefile: 918; sh: 705; python: 202; ansic: 114; sed: 16
file content (7 lines) | stat: -rwxr-xr-x 117 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/bash
# echo command and execute for logging
PWD=$(pwd)
PWD=${PWD##*/}
echo "[${PWD}] \$ $*"
eval "$*"
exit $?