File: parse

package info (click to toggle)
python-websocketd 0.5-1
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 368 kB
  • sloc: python: 1,309; javascript: 382; sh: 23; 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"