diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-01-18 15:35:38 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-01-18 15:35:38 +0100 |
commit | 7e044cf2930cf63b30de8f30b3ea75851eda7d2b (patch) | |
tree | aa1b15a3d84f28d6c57626220d6a849cbde76260 /Userland/.gitignore | |
parent | f7cc4541626279b07626b9d98beba03a7230b518 (diff) | |
download | serenity-7e044cf2930cf63b30de8f30b3ea75851eda7d2b.zip |
Add a simple /bin/sysctl that wraps the files in /proc/sys.
Diffstat (limited to 'Userland/.gitignore')
-rw-r--r-- | Userland/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/.gitignore b/Userland/.gitignore index 94dd3a2a12..b977ea519a 100644 --- a/Userland/.gitignore +++ b/Userland/.gitignore @@ -22,3 +22,4 @@ touch sync more guitest +sysctl |