added #!/bin/bash
This commit is contained in:
parent
5e743679fa
commit
18a749af66
2
strun.sh
2
strun.sh
|
@ -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.
|
#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.
|
#IMPORTANT! do add a new language to all three arrays at the same time.
|
||||||
|
|
Loading…
Reference in New Issue