You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
383 B
11 lines
383 B
#!/bin/csh
|
|
|
|
prism dice.pm dice.pctl
|
|
|
|
prism two_dice.nm two_dice.pctl -prop 1 -const x=2:12
|
|
prism two_dice.nm two_dice.pctl -prop 2 -const x=2:12
|
|
prism two_dice.nm two_dice.pctl -prop 3 -const x=0 -m
|
|
prism two_dice.nm two_dice.pctl -prop 4 -const x=0 -m
|
|
|
|
prism two_dice_knuth.pm two_dice_knuth.pctl -prop 1 -const x=2:12
|
|
prism two_dice_knuth.pm two_dice_knuth.pctl -prop 2 -const x=0
|