Delete test/bin/fsh
It has been replaced with test_fsh(). License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Christian Couder committed
Jan 24, 2015 at 21:20 UTC
bbb6196d129d3842d60a35d495d1731b72ac3c8f
1 file changed
-13
test/bin/fsh
deleted
-13
@@ -1,13 +0,0 @@
1
-#!/bin/sh
2
-# Author: Juan Batiz-Benet <juan@benet.ai>
3
-# MIT LICENSED
4
-
5
-# verbose eval, and exit with error, so we can avoid writing:
6
-# echo "cat version.txt" && cat version.txt && false
7
-
8
-# echo "# > $@"
9
-# eval $@ | sed -e 's/^/# /'
10
-echo "> $@"
11
-eval $@
12
-echo ""
13
-exit 1