mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-27 07:25:26 +01:00
7 lines
126 B
Bash
Executable File
7 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd ../IceCubesApp/
|
|
plutil -replace OPENAI_SECRET -string $OPENAI_SECRET Secret.plist
|
|
plutil -p Secret.plist
|
|
exit 0
|