nzsql -d SYSTEM -tqA -c "select datname from _t_database;"| sort | { while read db ; do ( mkdir -p $base_dir/$db ; test `nzsession | wc -l` -lt 300 && nzdumpschema -R $db $base_dir/$db/create-$db-database.sh $base_dir/ & ) ; done ; }
Revisiting C# Scripting with the Westwind.Scripting Templating Library,
Part 1
-
[image: Scripting Banner]
This is a two part series that discusses the Westwind.Scripting Template
library
-
Part 1: An introduction to Templ...
4 weeks ago