File: module1

package info (click to toggle)
lftp 4.9.3-1.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 17,496 kB
  • sloc: ansic: 83,392; cpp: 58,864; sh: 5,543; yacc: 1,846; makefile: 289; perl: 147; sed: 16
file content (8 lines) | stat: -rwxr-xr-x 121 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/sh

test -f .libs/module1.so || { echo No modules support; exit 77; }

../src/lftp <<EOF
module module1
test1
EOF