mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-10 17:47:19 +00:00
6 lines
123 B
Bash
Executable File
6 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Create directories for ASC key
|
|
mkdir .private_keys
|
|
echo -n "$APPLE_API_KEY_DATA" > .private_keys/AuthKey.p8
|