mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-25 10:52:40 +00:00
5c5697762b
Closes #315
8 lines
155 B
Bash
Executable File
8 lines
155 B
Bash
Executable File
#!/bin/bash
|
|
LANGUAGE=$1
|
|
FILENAME="apple_tv_privacy_policy.txt"
|
|
IOS_DIR=../../../ios/metadata/en-US
|
|
cd $LANGUAGE
|
|
rm -f $FILENAME
|
|
ln -s "$IOS_DIR/$FILENAME"
|