view bin/bf @ 8940:a598bde9642d

<oerjan> sled bin/bf//4iexit 1
author HackBot
date Thu, 18 Aug 2016 02:37:03 +0000
parents 83e9cce0f6b6
children bd8f1705e593
line wrap: on
line source

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