File: showCC

package info (click to toggle)
tapecalc 20240110-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,172 kB
  • sloc: sh: 3,668; ansic: 2,470; makefile: 103
file content (8 lines) | stat: -rwxr-xr-x 138 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
MORE=vile-pager; export MORE
if test $# = 0
then
	atac -u add.trace ../*.atac
else
	(atac $* add.trace ../*.atac) 2>&1 |vile
fi