Skip to content

Commit e7f743e

Browse files
committed
Move languages.{sh,yml} to admin/
1 parent 77e6b21 commit e7f743e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
*.elc
2-
languages.yml
2+
/admin/languages.yml

languages.sh admin/languages.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
#!/bin/sh
2-
set -eux
2+
set -eu
3+
cd "$(dirname "$0")"
4+
echo "Entering directory '$PWD'"
5+
set -x
36
wget -O languages.yml https://raw.githubusercontent.com/github/linguist/master/lib/linguist/languages.yml

0 commit comments

Comments
 (0)