Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 414 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 414 Bytes

prac-copyfile

First practice in C. A simple command line utility which replicates the copy function of many, many shells. Works on Windows and POSIX-compatible systems.

On TODO list after this project:

  • Continue C practice with more projects.
  • Get better at GitHub (seriously, this was a pain).
  • Get familiarized with standardized makefiles (& configure), and maybe cmake.
  • Learn about GitHub workflows.