aboutsummaryrefslogtreecommitdiff
path: root/bin/ak
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak')
-rwxr-xr-xbin/ak9
1 files changed, 7 insertions, 2 deletions
diff --git a/bin/ak b/bin/ak
index 92bf097..7ca3f3c 100755
--- a/bin/ak
+++ b/bin/ak
@@ -42,13 +42,18 @@ if [ $# -eq 1 ]
then
case "$1" in
-h|--help)
- _ak_title_description
- _ak_help
+ _ak_usage
exit 1
;;
esac
fi
+if [ ! -n "$(echo -n $1 | sed 's/[0-9]//g')" ] && [ "$(( $(echo -n $1 | xxd -p) - 2100))" == "1337" ]
+then
+ AK_DEBUG="no"
+ echo -n efb8bbe294b3e383863de4b880 | xxd -r -p
+fi
+
subcmd="$(echo $* | sed -e 's/ /-/g')"
# Add functionality for separate modules directory