Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'plan9'

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