mirror of
https://github.com/samba-team/samba.git
synced 2025-11-09 20:23:51 +03:00
8 lines
101 B
JavaScript
8 lines
101 B
JavaScript
/*
|
|
demonstrate use of argv
|
|
*/
|
|
|
|
println("You called this script with arguments:");
|
|
|
|
printVars(ARGV);
|