From 72311d8b4879130a8d9f149f30e406693d218520 Mon Sep 17 00:00:00 2001 From: damage <damage@devloop.de> Date: Sat, 24 Aug 2024 22:43:06 +0200 Subject: [PATCH] added example to readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ad07aa..8eab9b7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # shperm -shows permissions of path, given by argument, and all directories above \ No newline at end of file +shows permissions of path, given by argument, and all directories above + +## example +``` +# shperm . +Realpath: /home/damage/git/shperm +/home/damage/git/shperm: damage damage rwx r-x r-x +/home/damage/git: damage damage rwx r-x r-x +/home/damage: damage damage rwx --- --- +/home: root root rwx r-x r-x +/: root root rwx r-x r-x +``` \ No newline at end of file