File: sharedlib.sh

package info (click to toggle)
ftplib 3-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 848 kB
  • ctags: 509
  • sloc: ansic: 1,860; python: 152; makefile: 122; sh: 10
file content (3 lines) | stat: -rwxr-xr-x 74 bytes parent folder | download
1
2
3
#!/bin/sh
cc -shared -o libftp.so ftplib.c
cc -o qftp-sh qftp.c -L. -lftp