summaryrefslogtreecommitdiff
path: root/bin/uid-map
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-15 16:53:59 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-15 16:53:59 -0400
commitc10faa5b2b617d5d62407567cd8d495d7ddddeb6 (patch)
tree6181f3a1e71403cc1e54c32ca244c819040c9562 /bin/uid-map
parent1a435c0f4b41904025d0f263734cb9aea6a03b13 (diff)
git mv bin scripts
Diffstat (limited to 'bin/uid-map')
-rwxr-xr-xbin/uid-map8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/uid-map b/bin/uid-map
deleted file mode 100755
index 10c3fac..0000000
--- a/bin/uid-map
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env ruby
-# Usage: uid-map
-
-load "#{File.dirname(__FILE__)}/common.rb"
-
-load_all_users.each do |uid,user|
- puts "#{uid}:#{user["username"]}"
-end