git.samba.org
/
samba.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
r7102: fix subcontext(0)
[samba.git]
/
testprogs
/
ejs
/
argv.js
1
/*
2
demonstrate use of argv
3
*/
4
5
println("You called this script with arguments:");
6
7
printVars(ARGV);