changeset 8939:83e9cce0f6b6

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