summaryrefslogtreecommitdiff
path: root/rmw
diff options
context:
space:
mode:
authorfilip <“filip.rabiega@gmail.com”>2026-01-21 10:36:12 +0100
committerfilip <“filip.rabiega@gmail.com”>2026-01-21 10:36:12 +0100
commit88f0243428c4cf39029c8ffc5a7e1634951158a0 (patch)
treef8b05b9f056dd72b7955f90560c453b4c317bd92 /rmw
parent83954961af8b6337da100e038561f2fd975ac1fe (diff)
downloadchadscripts-88f0243428c4cf39029c8ffc5a7e1634951158a0.tar.gz
chadscripts-88f0243428c4cf39029c8ffc5a7e1634951158a0.tar.bz2
chadscripts-88f0243428c4cf39029c8ffc5a7e1634951158a0.zip
add comments to some scripts
Diffstat (limited to 'rmw')
-rwxr-xr-xrmw3
1 files changed, 2 insertions, 1 deletions
diff --git a/rmw b/rmw
index f84689f..6bd558d 100755
--- a/rmw
+++ b/rmw
@@ -1,7 +1,8 @@
#!/bin/sh
+# Remove whitespaces in all the files in a given directory
if [ "$#" -gt 1 ]; then
- echo "Usage: rm_whitespaces <dir>" >&2
+ echo "Usage: rmw <dir>" >&2
exit 1
fi