Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 735 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 735 Bytes

ObuntuApps

-> This repo contains few CUI applications developed by OSAC members.
-> These are included in the Obuntu, a customized Ubuntu distro.
-> Obuntu contains some useful apps for programmers and some apps developed for fun as well.

####Use o-<tab> to view all the executables. And ask man to know what they do.

##Useful Commands

make            # to make all the executables required.
make clean      # to remove all the executables.
make install    # to install all the executables and man pages.
make uninstall  # to uninstall all the executables and man files.
make deb        # to build debian package < osac-pac.deb >