Initial Commit

This commit is contained in:
2025-08-31 01:18:08 +12:00
commit ddf22fb5af
5 changed files with 91 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# Orange
Why "Orange"? It's a fruit with a pip. The name doesn't matter as long as it doesn't conflict, and you can symlink it.
```
oscarg@ws01:~$ orange
orange: command not found
oscarg@ws01:~$ sudo apt install orange
[sudo] password for oscarg:
Error: Unable to locate package orange
oscarg@ws01:~$
```
I do not see `orange` here.
---
## What's this?
A small stub thing for Debian-based Linux distributions that simply redirects your `pip` instruction to `apt`. Really, that's all it does.