Advertising
advertising
related pastes to tag 'plan9'
- 1386893 - silly way of having default valu: default silly rc value plan9 variable
-
- # \p $(n): variable name
- # \p $(n+1): default value
- fn def {
- while (! ~ $#* 0) {
- if (~ $#$1 0)
- $1=$2
- shift 2
- }
- 1243283 - Untitled: rc dexen wrapper git helper plan9
-
- #!/bin/rc
- # rc (plan9 shell) helper for wrappers, v1.1
- #
- # suppose you want to make wrapper for `git', also named `git'
- # you place it in a private directory, and include in $PATH
- #
- 1243147 - Untitled: rc dexen wrapper git helper plan9
-
- #!/bin/rc
- # rc (plan9 shell) helper for wrappers
- #
- # suppose you want to make wrapper for `git', also named `git'
- # you place it in a private directory, and include in $PATH
- #