Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
WIP: sed
Browse files Browse the repository at this point in the history
This has no parsing, just working on manually constructing the commands
and checking how they function.
  • Loading branch information
AtkinsSJ committed Mar 20, 2024
1 parent 027e9ca commit ec98551
Show file tree
Hide file tree
Showing 2 changed files with 727 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/puter-shell/coreutils/__exports__.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import module_pwd from './pwd.js'
import module_rm from './rm.js'
import module_rmdir from './rmdir.js'
import module_sample_data from './sample-data.js'
import module_sed from './sed.js'
import module_sleep from './sleep.js'
import module_sort from './sort.js'
import module_tail from './tail.js'
Expand Down Expand Up @@ -86,6 +87,7 @@ export default {
"rm": module_rm,
"rmdir": module_rmdir,
"sample-data": module_sample_data,
"sed": module_sed,
"sleep": module_sleep,
"sort": module_sort,
"tail": module_tail,
Expand Down
Loading

0 comments on commit ec98551

Please sign in to comment.