summaryrefslogtreecommitdiffstats
path: root/Cancer/query/realpath/src
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-12-30 17:38:02 +0100
committermakefu <github@syntax-fehler.de>2013-12-30 17:38:02 +0100
commitee33c348658a12a4e54281dc34eaca8639e247f8 (patch)
tree142ea8052af9e75886b6c71979eed302885ab22a /Cancer/query/realpath/src
parentefef353ef2bf65ef6123fc699bce6c69fc37cfcc (diff)
parent11de3d6d4c62f7059cdb45992d7d0fec05dde0e4 (diff)
Merge branch 'master' of ssh://github.com/krebscode/painload
Diffstat (limited to 'Cancer/query/realpath/src')
-rwxr-xr-xCancer/query/realpath/src/realpath.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/Cancer/query/realpath/src/realpath.rb b/Cancer/query/realpath/src/realpath.rb
deleted file mode 100755
index 8e19785b..00000000
--- a/Cancer/query/realpath/src/realpath.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env ruby
-
-begin
- $stdout.print File.realpath(ARGV[0])
- $stdout.print "\n"
-rescue Exception => err
- $stderr.print err
- $stderr.print "\n"
- exit 1
-end