Guest User

Untitled

a guest
Jan 23rd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. set FOSSIL_PATH /path/to/fossil.exe
  2.  
  3. proc fossil args {
  4. global FOSSIL_PATH
  5. exec $FOSSIL_PATH {*}$args <@stdin 2>@stderr
  6. }
  7.  
  8. fossil clone $repo repo.fossil
  9. file mkdir repo
  10. cd repo
  11. fossil open ../repo.fossil
Add Comment
Please, Sign In to add comment