Update acr.md

This commit is contained in:
Albert Llimós 2024-05-02 14:56:29 +02:00 committed by GitHub
parent 15eb4b376a
commit 543e69ff7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,13 +3,13 @@ functions:
suid: suid:
- code: | - code: |
sudo install acr $(which acr) . sudo install acr $(which acr) .
touch Makefile && chmod + Makefile touch Makefile && chmod +x Makefile
echo DATA > Makefile echo DATA > Makefile
./acr -r Makefile ./acr -r Makefile
sudo: sudo:
- code: | - code: |
sudo install acr $(which acr) . sudo install acr $(which acr) .
touch Makefile && chmod + Makefile touch Makefile && chmod +x Makefile
echo DATA > Makefile echo DATA > Makefile
sudo acr -r Makefile sudo acr -r Makefile
--- ---