changeset 8938:9b7bde4b9d14

<oerjan> sled bin/bf//2iecho "$#"
author HackBot
date Thu, 18 Aug 2016 02:31:59 +0000
parents 0e1ab6c19f18
children 83e9cce0f6b6
files bin/bf
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/bf	Thu Aug 18 02:30:46 2016 +0000
+++ b/bin/bf	Thu Aug 18 02:31:59 2016 +0000
@@ -1,4 +1,5 @@
 #!/bin/bash
+echo "$#"
 [[ $# > 0 ]] || { echo "Run what?"; exit 1; }
 ci="$*"
 echo "$ci"