[go: up one dir, main page]

File: source.sh

package info (click to toggle)
cppo 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 588 kB
  • sloc: ml: 2,133; makefile: 54; sh: 11
file content (13 lines) | stat: -rwxr-xr-x 242 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh -e

echo "# $2"
echo "(*"
cat "$1"
echo "*)"
echo "(*"
echo "   Environment variables:"
echo "     CPPO_FILE=$CPPO_FILE"
echo "     CPPO_FIRST_LINE=$CPPO_FIRST_LINE"
echo "     CPPO_LAST_LINE=$CPPO_LAST_LINE"
echo "*)"
echo "# $3"