Skip to content

Commit

Permalink
Update TtySpawnShell.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LasCC authored Jan 4, 2021
1 parent b4da1f7 commit 638a134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TtySpawnShell.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default (props) => {
marginTop: 15
}}
>
<Title level={3}>Python spawn shell </Title>
<Title level={3}>Ruby spawn shell </Title>
<Paragraph copyable>ruby: exec "/bin/sh"</Paragraph>
<Clipboard component='a' data-clipboard-text={`ruby: exec "/bin/sh"`}>
<Button type='primary' onClick={successInfoTtyShell} style={{ marginBottom: 10, marginTop: 15 }}>
Expand Down

0 comments on commit 638a134

Please sign in to comment.