am trying to write a script that runs commands in a sequence as a user but su keeps doing every command at the same time instead of running them one after another
the script looks like
su username -c "cd /home/username/ ; git something.com"su username -c "cd /home/username/ ; git something2.com"su username -c "cd /home/username/ ; git something3.com"