Open all your favorite apps at once #Linux #bash

Step 01 — Create bash file

nano openDevApps.sh

Step 02 — Add the application you need

usr/bin
GNU nano 4.8                                 openDevApps.sh                                            
#!/bin/bash
/usr/bin/terminator &
/usr/bin/firefox &
/usr/bin/google-chrome &
/usr/bin/teams &
/opt/Postman/Postman &

exit 0
sh openDevApps.sh

--

--

Developer ❤️ JS

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store