mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Implement base64, resolves issue #42
This commit is contained in:
parent
400d8c01be
commit
56f4c1e273
3 changed files with 173 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -8,6 +8,7 @@ RMFLAGS :=
|
|||
|
||||
# Output names
|
||||
EXES := \
|
||||
base64 \
|
||||
cat \
|
||||
dirname \
|
||||
echo \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue