view bin/bf @ 8936:b72e5290031d

<oerjan> sled bin/bf//4iecho "$ci"
author HackBot
date Thu, 18 Aug 2016 02:28:53 +0000
parents d3448fd557ab
children 0e1ab6c19f18
line wrap: on
line source

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