Gitify the working tree.
[profile.git] / opt / bin / choice
similarity index 99%
rename from choice
rename to opt/bin/choice
index 882e39e..8f80781 100755 (executable)
--- a/choice
@@ -1,7 +1,5 @@
 #!/bin/bash
 #
-# $Id$
-#
 # choice: Display an X dialogue to allow a choice.
 # Usage: choice [-t <timeout>] <description> <text>:<ret> [<text>:<ret> ...]
 # Example: choice "File exists" "Replace:1" "Back up:2" "No action:0"