GitLab will be unavailable Thursday, March 13, 2025, 7:00 - 9:00 pm, during planned maintenance.
# Scripts ### Command Capture command line output in a convenient way in python Ex: user = Command("whoami").get() ps = Command("ps aux").grep(user).get()