We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2ae56 commit fd84a94Copy full SHA for fd84a94
+stdlib/get_shell.m
@@ -0,0 +1,7 @@
1
+function shell = get_shell()
2
+% return value of environment variable SHELL
3
+% this is mostly relevant on unix-like systems
4
+
5
+shell = string(getenv("SHELL"));
6
7
+end
0 commit comments