aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-30 00:20:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-30 00:20:28 +1200
commit23a05c1d2d7210f9dbfb6682dcdb0e59deb21455 (patch)
tree76beeaa040be0999974c5402d1212564df36cf2f /bin
parentChange mkmv/mkcp from Bash funcs to sh scripts (diff)
downloaddotfiles-23a05c1d2d7210f9dbfb6682dcdb0e59deb21455.tar.gz
dotfiles-23a05c1d2d7210f9dbfb6682dcdb0e59deb21455.zip
Change ca from Bash func to sh script
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' "$#"