Files
ShhShell/ci_scripts/ci_post_clone.sh
2025-06-07 19:30:40 +01:00

15 lines
287 B
Bash
Executable File

#!/bin/sh
# ci_post_clone.sh
# ShhShell
#
# Created by neon443 on 07/06/2025.
#
#working dir starts at /Volumes/workspace/repository/ci_scripts
cd ..
mkdir Frameworks; cd Frameworks
curl -o frameworks.zip https://files.catbox.moe/8094yg.zip
unzip frameworks.zip
rm frameworks.zip