Trim files from linux course starter directory#8
Open
wagslane wants to merge 1 commit into
Open
Conversation
0473941 to
cfc1d46
Compare
…table
The Learn Linux course now only consumes worldbanc in its three local-machine
chapters; the earlier chapters use their own in-browser starter snapshots.
Removed (not referenced by any remaining lesson or check):
- public/key.txt, public/pr_ideas.txt
- public/products/{accounts,cds,loans} (only credit_cards is still used)
- private/passwords
- private/bin/{process_transactions.sh,warn.sh} (kept malicious.sh, worldbanc.sh)
- private/logs/2024-01-11..16 (kept one log; the dir's contents aren't referenced)
Changed:
- private/bin/genids.sh is now committed non-executable (100644). A new
permissions lesson has the student 'chmod +x' it, so it must download without
the execute bit set.
Retained: everything still referenced by a lesson or check (transactions/*,
backups/, contacts, customers, cmd, credit_cards/tbills.txt, company_info.md).
cfc1d46 to
7d1fe0b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This removes all the files from this repo that will be unnecessary once the change to allow for in-browser shell lessons is merged
We should merge this right after the new linux course is live