19 lines
488 B
Plaintext
19 lines
488 B
Plaintext
{
|
|
title = 'A Mildly Better Shell',
|
|
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/mbs',
|
|
description = [[
|
|
A shell alternative and more by SquidDev-CC. See:
|
|
https://github.com/SquidDev-CC/mbs
|
|
|
|
MBS is a series of utilities for improving the default CraftOS experience.
|
|
]],
|
|
license = 'MIT',
|
|
install = [[
|
|
require('opus.alternate').set('shell', '.mbs/bin/shell.lua')
|
|
]],
|
|
uninstall = [[
|
|
require('opus.alternate').remove('shell', '.mbs/bin/shell.lua')
|
|
fs.delete('.mbs')
|
|
]],
|
|
}
|