ChrisTitusTech / linutil

Chris Titus Tech's Linux Toolbox - Linutil is a distro-agnostic toolbox designed to simplify everyday Linux tasks.
https://christitus.com
MIT License
1.75k stars 158 forks source link

Refactor bash to sh -e in utility scripts #162

Closed jeevithakannan2 closed 4 weeks ago

jeevithakannan2 commented 4 weeks ago

Pull Request

Title

Refactor of bash to sh -e in utility scripts

Type of Change

Description

Changed the shell from bash to sh in the utility scripts. Also removed residue of diff hunk from git in wifi-control.sh script

Testing

All the utility controls working as expected.

Checklist