Sam Atkins
f64ff945b2
env: Use Core::System::exec()
2022-04-11 21:09:42 +02:00
Idan Horowitz
086969277e
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
Brian Gianforcaro
831242f32a
env: Convert to serenity_main(..)
2021-12-24 14:29:52 -08:00
Jelle Raaijmakers
001c81b1be
Userland: Let env
parse options up to first non-option
2021-06-08 11:30:58 +02:00
Linus Groh
f5c35fccca
Userland: Replace most printf-style APIs with AK::Format APIs :^)
2021-06-01 21:30:16 +01:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
Peter Elliott
eca20e92da
Userland: Add support for -S to env command
...
- Refactor env to use Core::ArgsParser
- create symlink from /bin/env to /usr/bin/env for compatiability
2021-04-12 14:06:24 +02:00
Andreas Kling
ececac65c2
Userland: Move command-line utilities to Userland/Utilities/
2021-01-12 12:04:09 +01:00