[go: up one dir, main page]

File: testoption-m.sh

package info (click to toggle)
ucto 0.35-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,192 kB
  • sloc: cpp: 5,235; xml: 1,226; sh: 409; python: 151; makefile: 44
file content (13 lines) | stat: -rwxr-xr-x 223 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#/bin/sh

$exe -Lnld lines.txt

$exe -Lnld -m lines.txt

$exe -Lnld -m -n lines.txt

$exe -Lnld lines.txt -X > m1.xml
$folialint --nooutput m1.xml 2>&1

$exe -Lnld lines.txt -m -X > m2.xml
$folialint --nooutput m2.xml 2>&1