#!/bin/bash sudo apt install $(cat home.txt) -y && sudo apt install $(cat work.txt) -y