Skip to content

Commit

Permalink
Position of licensing text changed
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarppinen authored Jul 12, 2017
1 parent 57a8bed commit 1af9793
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
#!/bin/sh

if locale | grep -q 'LANG=fi'; then
echo "hae aina deitti ensin mukaan. ;)"
elif locale | grep -q 'LANG=sv'; then
echo "Först få datum ;-)"
else
echo "smack my date up first =)"
fi

# Copyright 2017, Jukka Länsineva

# This program is free software: you can redistribute it and/or modify
Expand All @@ -22,3 +14,12 @@ fi
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.


if locale | grep -q 'LANG=fi'; then
echo "hae aina deitti ensin mukaan. ;)"
elif locale | grep -q 'LANG=sv'; then
echo "Först få datum ;-)"
else
echo "smack my date up first =)"
fi

0 comments on commit 1af9793

Please sign in to comment.