SplitFS icon indicating copy to clipboard operation
SplitFS copied to clipboard

Clean up and organize code better

Open vijay03 opened this issue 5 years ago • 0 comments

The code right now has excessive nesting (at least for scripts) and carries over the old naming scheme.

For example, nvp should be usplit.

Installing dependencies right now requires

cd dependencies; ./kernel_deps.sh; cd ..

I would like to be something like ./kernel_deps.sh

vijay03 avatar Mar 20 '20 01:03 vijay03