From 6af4ba943f6b73e31a0b2bd0262d953a2e954ddb Mon Sep 17 00:00:00 2001 From: Nicholas Van Doorn Date: Wed, 4 Aug 2021 18:12:54 -0700 Subject: Initial commit --- bin/strip | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/strip (limited to 'bin/strip') diff --git a/bin/strip b/bin/strip new file mode 100755 index 0000000..380c767 --- /dev/null +++ b/bin/strip @@ -0,0 +1,3 @@ +#!/usr/bin/env ruby + +puts ARGV.join(" ").split("#").first -- cgit v1.2.3