#!/bin/bash main() { echo "==> 📶 Sorting project files" sort_project } sort_project() { perl script/sort.pl mas-cli.xcodeproj/project.pbxproj } main