Interacting with the operating system.
Run the command indicated by args using the default operating
system shell (Bash, for example).
Examples:
> (run "ls" "-l" "Documents/books")
Procedure specification:
args (strings): A sequence of strings representing a command.
Return value (integer): The exit status of the command as
returned by Guile’s waitpid procedure.