view bin/bf @ 8945:bd8589cf711d

<oerjan> revert
author HackBot
date Thu, 18 Aug 2016 02:42:51 +0000
parents 879cb3cf5bec
children 45f97ddb70b3
line wrap: on
line source

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