init
This commit is contained in:
commit
ec53fcbe95
1905 changed files with 513762 additions and 0 deletions
13
utils/bash/specs/nohup.ts
Normal file
13
utils/bash/specs/nohup.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import type { CommandSpec } from '../registry.js'
|
||||
|
||||
const nohup: CommandSpec = {
|
||||
name: 'nohup',
|
||||
description: 'Run a command immune to hangups',
|
||||
args: {
|
||||
name: 'command',
|
||||
description: 'Command to run with nohup',
|
||||
isCommand: true,
|
||||
},
|
||||
}
|
||||
|
||||
export default nohup
|
||||
Loading…
Add table
Add a link
Reference in a new issue