9 lines
322 B
Text
9 lines
322 B
Text
import Shell from "#components/Shell.astro"
|
|
import Command from "#components/Shell/Command.astro"
|
|
|
|
<Shell>
|
|
<Command host="web" cmd="git log --pretty=format:'- %s' origin..main" cwd="/var/www/soda" />
|
|
</Shell>
|
|
|
|
- added this `↑` cute little component for showing shell output
|
|
- added support for code blocks in markdown
|