comparison bin/bf @ 8942:9f2678701715

<oerjan> sled bin/bf//2d;5,6d
author HackBot
date Thu, 18 Aug 2016 02:39:37 +0000
parents bd8f1705e593
children e60cd22d2f1b
comparison
equal deleted inserted replaced
8941:bd8f1705e593 8942:9f2678701715
1 #!/bin/bash 1 #!/bin/bash
2 echo "$#"
3 [[ $# > 0 ]] || { echo "Run what?"; exit 1; } 2 [[ $# > 0 ]] || { echo "Run what?"; exit 1; }
4 ci="$*" 3 ci="$*"
5 echo "$ci"
6 exit 1
7 echo -n "${ci#*!}" | cat -- <(echo -n "${ci%%!*}") 4 echo -n "${ci#*!}" | cat -- <(echo -n "${ci%%!*}")