You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parameters are good, but sometimes a script wants just straight arguments, so "--as-args" turns any remaining arguments into values in a global parameter named "$ARGV".
Need to think of a way for this to work with "-n", since #!/usr/bin/env slaxproc -n --as-args won't work. Maybe take a number of arguments before starting ARGV?
Thanks,
Phil
The text was updated successfully, but these errors were encountered:
Parameters are good, but sometimes a script wants just straight arguments, so "--as-args" turns any remaining arguments into values in a global parameter named "$ARGV".
Need to think of a way for this to work with "-n", since
#!/usr/bin/env slaxproc -n --as-args
won't work. Maybe take a number of arguments before starting ARGV?Thanks,
Phil
The text was updated successfully, but these errors were encountered: