aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ca3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/ca b/bin/ca
new file mode 100755
index 00000000..836299ce
--- /dev/null
+++ b/bin/ca
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Print a count of the number of arguments
+printf '%u\n' "$#"