Add /bin/false and /bin/true for fun. :^)

This commit is contained in:
Andreas Kling 2018-10-25 21:39:37 +02:00
commit 3faaa3e04a
Notes: sideshowbarker 2024-07-19 18:38:39 +09:00
6 changed files with 24 additions and 2 deletions

4
Userland/false.cpp Normal file
View file

@ -0,0 +1,4 @@
int main()
{
return 1;
}