Newer
Older
git = "https://github.com/uutils/coreutils"
rev = "68c77b4bd129bdc12d03cc74fe0f817d2df75894"
cookbook_cargo --no-default-features --features feat_os_unix_redox --bin coreutils
echo
env
expand
expr
factor
false
fmt
fold
hashsum
head
join
link
ln
ls
mkdir
mktemp
mv
nl
printenv
printf
ptx
pwd
readlink
realpath
relpath
rm
rmdir
seq
shred
shuf
sleep
sort
split
sum
tac
tail
tee
test
tr
true
truncate
tsort
unexpand
uniq
wc
)
for bin in "${BINS[@]}"
do
ln -sv coreutils "${COOKBOOK_STAGE}/usr/bin/$bin"