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

View File

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