mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Delete script.sh
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# Array of languages
|
|
||||||
languages=('ar' 'bn' 'cs' 'da' 'de' 'el' 'en' 'es' 'fa' 'fi' 'fil' 'fr' 'he' 'hi' 'hu' 'id' 'it' 'ja' 'ko' 'mr' 'nl' 'no' 'pl' 'pt' 'ro' 'ru' 'sq' 'sv' 'te' 'th' 'tr' 'uk' 'ur' 'vi' 'zh')
|
|
||||||
|
|
||||||
# Create directories and default.json files
|
|
||||||
for lang in "${languages[@]}"; do
|
|
||||||
mkdir -p "$lang"
|
|
||||||
touch "$lang/default.json"
|
|
||||||
done
|
|
||||||
Reference in New Issue
Block a user