File: finish

package info (click to toggle)
ftpcopy 0.6.7-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,496 kB
  • sloc: ansic: 10,233; sh: 1,651; makefile: 705; perl: 272
file content (4 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (2)
1
2
3
4
test -d "command/." || mkdir "command"
cp "compile/ftpls" "./command/" || exit 1
cp "compile/ftpcp" "./command/" || exit 1
cp "compile/ftpcopy" "./command/" || exit 1