added #!/bin/bash

main
Adrian G L 2023-02-27 18:05:06 +01:00 committed by GitHub
parent 5e743679fa
commit 18a749af66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash
#takes a language and a a option for file or string. If needed it creates temporary files before it (if needed compiles and) runs the file.
#IMPORTANT! do add a new language to all three arrays at the same time.