view bin/bf @ 8941:bd8f1705e593

<oerjan> sled bin/bf//3,4d;8iexit 1
author HackBot
date Thu, 18 Aug 2016 02:38:08 +0000
parents a598bde9642d
children 9f2678701715
line wrap: on
line source

#!/bin/bash
echo "$#"
[[ $# > 0 ]] || { echo "Run what?"; exit 1; }
ci="$*"
echo "$ci"
exit 1
echo -n "${ci#*!}" | cat -- <(echo -n "${ci%%!*}")