mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-13 21:11:22 +00:00
6 lines
126 B
Bash
Executable file
6 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
|