File: parse

package info (click to toggle)
python-fhs 1.2-1
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 280 kB
  • sloc: python: 1,088; sh: 25; makefile: 11
file content (6 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh

tmp="`mktemp`"
sed -e 's/:\s*#\s*{{{\s*$/:/' < "$1" > "$tmp"
doxypypy --autobrief "$tmp" || doxypy --autobrief "$tmp"
rm "$tmp"