Skip to content

Commit

Permalink
Merge pull request #2 from jkarppinen/master
Browse files Browse the repository at this point in the history
Position of licensing text
  • Loading branch information
shinr authored Jul 12, 2017
2 parents 57a8bed + 1af9793 commit cdfc6b4
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 cdfc6b4

Please sign in to comment.