Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 354 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 354 Bytes

Collection of Useful Scripts

Automate basic tasks with these scripts.

Switch between PHP versions

Setup

sudo wget https://raw.githubusercontent.com/deforay/utility-scripts/master/php/switch-php -O /usr/local/bin/switch-php
sudo chmod +x /usr/local/bin/switch-php

Usage

sudo switch-php 7.4
sudo switch-php 8.2