view bin/bf @ 8937:0e1ab6c19f18

<oerjan> sled bin/bf//1s/ //
author HackBot
date Thu, 18 Aug 2016 02:30:46 +0000
parents b72e5290031d
children 9b7bde4b9d14
line wrap: on
line source

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