aboutsummaryrefslogtreecommitdiffstats
path: root/mob2loc.sh
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2010-08-16 20:07:40 +0300
committerFilipp Lepalaan <filipp@mac.com>2010-08-16 20:07:40 +0300
commit999290053325e064d88760f5c52c98043d62d52c (patch)
treed0d39fc26b104828a4282c9fa1784a7119f6d82d /mob2loc.sh
parent105a08740f6b9184f5344e68f680624b815ab27c (diff)
downloadmtk-999290053325e064d88760f5c52c98043d62d52c.tar.gz
mtk-999290053325e064d88760f5c52c98043d62d52c.tar.bz2
mtk-999290053325e064d88760f5c52c98043d62d52c.zip
added cyclone
Diffstat (limited to 'mob2loc.sh')
-rwxr-xr-xmob2loc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mob2loc.sh b/mob2loc.sh
index ad4c83c..a3f6b11 100755
--- a/mob2loc.sh
+++ b/mob2loc.sh
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# Convert Mobile account to Local
# @author Filipp Lepalaan <filipp@mcare.fi>
+# @copyright No (c), Public Domain software
if [[ $USER != "root" ]]; then
echo "This tool must be run as root" >&2