ChrisPritchard / FSH

F# Shell with integrated F# scripting. Like Bash or Powershell, but better 'cause F#.
MIT License
258 stars 12 forks source link

Add support for overwrite '>' as well as the existing '>>', and change '>>' to append #6

Closed ChrisPritchard closed 5 years ago

ChrisPritchard commented 5 years ago

Append would be useful in some scripting scenarios

ChrisPritchard commented 5 years ago

Implemented as of commit 1190adf.