diff options
author | tv <tv@shackspace.de> | 2014-12-20 23:50:50 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2014-12-20 23:50:50 +0100 |
commit | 4cb79a1d40ca4a74fe4423bbd18013b5abdb25b6 (patch) | |
tree | d6729ab521d0ee0a2bf029107e15f1e5a191ea6b /query/realpath/src | |
parent | 5c7c7d242fa943ec7a96de4a43efa3fc6b1ef77a (diff) | |
parent | ea7f640f19231e2fd9243671384f61c949baff09 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'query/realpath/src')
-rwxr-xr-x | query/realpath/src/realpath.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/query/realpath/src/realpath.rb b/query/realpath/src/realpath.rb deleted file mode 100755 index 8e19785b..00000000 --- a/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 |