Guest User

Untitled

a guest
Oct 17th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. > wolframscript -c 'Print[$ScriptCommandLine]' -- -foo 7 -bar 8 -baz 9
  2.  
  3. {wolframscript, -c, Print[$ScriptCommandLine], --, -foo, 7, -bar, 8, -baz, 9}
  4. Null
  5.  
  6. > echo 'Print[$ScriptCommandLine]' > test.m
  7.  
  8. > wolframscript -f test.m -- -foo 7 -bar 8 -baz 9
  9. {test.m}
  10.  
  11. > wolframscript -c 'Get["test.m"]' -- -foo 7 -bar 8 -baz 9
Add Comment
Please, Sign In to add comment