1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:47:46 +00:00

Userland: Add {md5,sha1,sha256,sha512}sum

This commit is contained in:
Linus Groh 2020-09-12 19:37:12 +01:00 committed by Andreas Kling
parent a6734766ec
commit e9562e1920
3 changed files with 106 additions and 0 deletions

View file

@ -151,6 +151,13 @@ ln -s Shell mnt/bin/sh
ln -s test mnt/bin/[
echo "done"
printf "installing 'checksum' variants... "
ln -s checksum mnt/bin/md5sum
ln -s checksum mnt/bin/sha1sum
ln -s checksum mnt/bin/sha256sum
ln -s checksum mnt/bin/sha512sum
echo "done"
# Run local sync script, if it exists
if [ -f sync-local.sh ]; then
sh sync-local.sh